Convert vanilla CSS to SASS

This commit is contained in:
Frederic Guillot
2016-08-06 22:19:36 -04:00
parent 411a66c8cb
commit 1dc947eac4
90 changed files with 1648 additions and 2364 deletions

View File

@@ -0,0 +1,13 @@
.task-board-category-container
text-align: right
margin-top: 8px
margin-bottom: 8px
.task-board-category
font-weight: 500
color: #000
border: 1px solid #555
padding: 1px 2px 1px 2px
border-radius: 4px
&:hover
opacity: 0.6