[develop | DONE | ADDED] add custom class to remove rounded border from one side
This commit is contained in:
parent
b4d09b7cd9
commit
c6d21a6c02
|
@ -55,6 +55,13 @@
|
|||
.uk-border-rounded-xlarge {
|
||||
border-radius: @border-rounded-xlarge-border-radius;
|
||||
}
|
||||
|
||||
.uk-border-rounded-remove-right {
|
||||
border-top-left-radius: @border-rounded-border-radius;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: @border-rounded-border-radius;
|
||||
}
|
||||
}
|
||||
|
||||
/* Inverse */
|
||||
|
|
Loading…
Reference in New Issue