This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
plain-ui
Watch
1
Star
0
Fork
0
Code
Issues
9
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
adding
release/0.2
Björn
3 years ago
parent
a81e44d511
commit
7de1b10bb8
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dist/plain-ui.css
+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
%
;
}
/
*
*
Write
Preview
Loading…
Cancel
Save