Convert vanilla CSS to SASS
This commit is contained in:
17
assets/sass/_project.sass
Normal file
17
assets/sass/_project.sass
Normal file
@@ -0,0 +1,17 @@
|
||||
.project-header
|
||||
margin-top: 8px
|
||||
margin-bottom: 20px
|
||||
|
||||
.action-menu
|
||||
color: #333
|
||||
text-decoration: none
|
||||
&:hover, &:focus
|
||||
text-decoration: underline
|
||||
|
||||
.project-creation-options
|
||||
max-width: 500px
|
||||
border-left: 3px dotted #efefef
|
||||
margin-top: 20px
|
||||
padding-left: 15px
|
||||
padding-bottom: 5px
|
||||
padding-top: 5px
|
||||
Reference in New Issue
Block a user