border radius en scss
This commit is contained in:
parent
52cbd1a870
commit
a71d0ed8bc
|
@ -1,3 +0,0 @@
|
|||
.notes-date {
|
||||
font-family: raleway-bold;
|
||||
}
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue