Icon: Add uk-icon-button-small
This commit is contained in:
parent
8c4585873a
commit
25f7f7dd34
|
@ -1,4 +1,5 @@
|
|||
@icon-button-size: 48px;
|
||||
@icon-button-size: 50px;
|
||||
@icon-button-small-size: 35px;
|
||||
@icon-bg-size: @icon-button-size;
|
||||
@icon-bg-size-medium: @icon-button-size*1.5;
|
||||
@icon-bg-size-large: @icon-button-size*2;
|
||||
|
@ -67,6 +68,11 @@
|
|||
}
|
||||
|
||||
.hook-icon-misc() {
|
||||
.uk-icon-button-small {
|
||||
width: @icon-button-small-size;
|
||||
height: @icon-button-small-size;
|
||||
}
|
||||
|
||||
/* Default circle element for SVGs */
|
||||
.uk-icon-bg-shadow {
|
||||
border-radius: 100px;
|
||||
|
|
Loading…
Reference in New Issue