Convert vanilla CSS to SASS
This commit is contained in:
29
assets/sass/_page_header.sass
Normal file
29
assets/sass/_page_header.sass
Normal file
@@ -0,0 +1,29 @@
|
||||
.page-header
|
||||
margin-bottom: 20px
|
||||
.dropdown
|
||||
padding-right: 10px
|
||||
h2
|
||||
margin: 0
|
||||
padding: 0
|
||||
font-size: 1.4em
|
||||
font-weight: bold
|
||||
border-bottom: 1px dotted #ccc
|
||||
a
|
||||
color: #333
|
||||
text-decoration: none
|
||||
&:focus, &:hover
|
||||
color: #aaa
|
||||
ul
|
||||
text-align: left
|
||||
margin-top: 5px
|
||||
display: inline-block
|
||||
li
|
||||
display: inline
|
||||
padding-right: 15px
|
||||
font-size: 0.95em
|
||||
&.active a
|
||||
color: #333
|
||||
text-decoration: none
|
||||
font-weight: bold
|
||||
&:hover, &:focus
|
||||
text-decoration: underline
|
||||
Reference in New Issue
Block a user