mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
refactor(filter.styl): move clearfix to global modules
Make clearfix css globally available as an @extend.
This commit is contained in:
parent
50d888e7f8
commit
1ba80bd5ea
2 changed files with 7 additions and 4 deletions
|
|
@ -2,10 +2,7 @@
|
|||
padding: 1em 15px 0.382em
|
||||
margin-left: 0.382em
|
||||
margin-right: 0em
|
||||
&:after
|
||||
content: ""
|
||||
display: table
|
||||
clear: both
|
||||
@extend $clearfix
|
||||
ul
|
||||
float: left
|
||||
list-style: none
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
// Clearfix (http://css-tricks.com/snippets/css/clear-fix/)
|
||||
$clearfix
|
||||
&:after
|
||||
content: ""
|
||||
display: table
|
||||
clear: both
|
||||
// Text shadow mixin
|
||||
hrpg-text-shadow-mixin($hrpg-text-shadow-base-color)
|
||||
text-shadow:
|
||||
|
|
|
|||
Loading…
Reference in a new issue