2020-10-19 17:04:38 +02:00
|
|
|
.uk-icon-button.small {
|
2020-10-31 16:43:46 +01:00
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
2020-10-19 17:04:38 +02:00
|
|
|
}
|
|
|
|
|
2020-11-02 15:43:58 +01:00
|
|
|
.uk-icon-button.medium {
|
|
|
|
width: 46px;
|
|
|
|
height: 46px;
|
|
|
|
}
|
|
|
|
|
2020-10-29 15:19:35 +01:00
|
|
|
.uk-icon-button.large {
|
|
|
|
width: 56px;
|
|
|
|
height: 56px;
|
|
|
|
}
|
|
|
|
|
2020-10-19 23:16:38 +02:00
|
|
|
.uk-button-secondary.outlined:enabled{
|
2020-10-19 17:04:38 +02:00
|
|
|
border-color: var(--theme-secondary-color);
|
|
|
|
background-color: var(--contrast-color);
|
|
|
|
color: var(--theme-secondary-color);
|
|
|
|
}
|
|
|
|
|
2021-01-14 17:03:40 +01:00
|
|
|
.uk-button-secondary.outlined:hover:enabled, .uk-button-secondary.outlined:focus:enabled, .uk-button-secondary.outlined:active:enabled{
|
2020-10-19 17:04:38 +02:00
|
|
|
background-color: var(--theme-secondary-color);
|
|
|
|
border-color: var(--secondary-color);
|
|
|
|
color: var(--contrast-color);
|
|
|
|
}
|
|
|
|
|
2020-10-19 23:16:38 +02:00
|
|
|
.uk-button-primary.outlined:enabled{
|
2020-10-19 17:04:38 +02:00
|
|
|
border-color: var(--theme-primary-color);
|
|
|
|
background-color: var(--contrast-color);
|
|
|
|
color: var(--theme-primary-color);
|
|
|
|
}
|
|
|
|
|
2021-01-14 17:03:40 +01:00
|
|
|
.uk-button-primary.outlined:hover:enabled, .uk-button-primary.outlined:focus:enabled, .uk-button-primary.outlined:active:enabled {
|
2020-10-19 17:04:38 +02:00
|
|
|
background-color: var(--theme-primary-color);
|
|
|
|
border-color: var(--theme-primary-color);
|
|
|
|
color: var(--contrast-color);
|
|
|
|
}
|