release/0.2
Björn 3 years ago
parent a81e44d511
commit 7de1b10bb8

4
dist/plain-ui.css vendored

@ -4583,7 +4583,7 @@ h6, .h6 {
} }
.border-round, .badge { .border-round, .badge {
border-radius: 2px !important; border-radius: 2px;
} }
.borderless { .borderless {
@ -4644,7 +4644,7 @@ h6, .h6 {
* *
*/ */
.round { .round {
border-radius: 50% !important; border-radius: 50%;
} }
/** /**

@ -18,7 +18,7 @@
} }
.border-round { .border-round {
border-radius: $plain-ui__border-radius !important; border-radius: $plain-ui__border-radius;
} }
.borderless { .borderless {
@ -51,7 +51,7 @@
*/ */
.round { .round {
border-radius: 50% !important; border-radius: 50%;
} }
/** /**

Loading…
Cancel
Save