Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-theme
This commit is contained in:
commit
3b874be6df
|
@ -1,5 +1,6 @@
|
|||
@icon-button-size: 50px;
|
||||
@icon-button-small-size: 35px;
|
||||
@icon-button-xsmall-size: 24px;
|
||||
@icon-bg-size: @icon-button-size;
|
||||
@icon-bg-size-medium: @icon-button-size*1.5;
|
||||
@icon-bg-size-large: @icon-button-size*2;
|
||||
|
@ -72,6 +73,10 @@
|
|||
width: @icon-button-small-size !important;
|
||||
height: @icon-button-small-size !important;
|
||||
}
|
||||
.uk-icon-button-xsmall {
|
||||
width: @icon-button-xsmall-size !important;
|
||||
height: @icon-button-xsmall-size !important;
|
||||
}
|
||||
|
||||
/* Default circle element for SVGs */
|
||||
.uk-icon-bg-shadow {
|
||||
|
|
Loading…
Reference in New Issue