Browse Source

adding

release/0.2
Björn 3 years ago
parent
commit
7de1b10bb8
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      dist/plain-ui.css
  2. +2
    -2
      src/scss/helpers/_core.scss

+ 2
- 2
dist/plain-ui.css View File

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


+ 2
- 2
src/scss/helpers/_core.scss View File

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


Loading…
Cancel
Save