border radius en scss

This commit is contained in:
Javi Gallego 2017-11-21 14:22:30 +01:00
parent 52cbd1a870
commit a71d0ed8bc
2 changed files with 51 additions and 48 deletions

View File

@ -1,3 +0,0 @@
.notes-date {
font-family: raleway-bold;
}

View File

@ -43,3 +43,9 @@ html [border-dashed-right], .border-dashed-right {
html [border-dashed-bottom], .border-dashed-bottom {
border-bottom: $border-thin dashed $border-color;
}
/* Border Radius */
html [border-radius], .border-radius {
border-radius: .3em;
}