fix: fix update popup style
This commit is contained in:
parent
6edc421c7f
commit
2e0b901c61
@ -216,10 +216,11 @@ th, td
|
|||||||
/************** SW-Update Popup **************/
|
/************** SW-Update Popup **************/
|
||||||
|
|
||||||
.sw-update-popup
|
.sw-update-popup
|
||||||
border-radius: $borderRadius;
|
border-radius: $borderRadius!important;
|
||||||
box-shadow: var(--box-shadow);
|
box-shadow: var(--box-shadow)!important;
|
||||||
color: var(--text-color);
|
color: var(--text-color)!important;
|
||||||
background: var(--background-color);
|
background: var(--background-color)!important;
|
||||||
|
border: none!important;
|
||||||
> button
|
> button
|
||||||
background: $accentColor;
|
background: $accentColor;
|
||||||
border-radius: $borderRadius;
|
border-radius: $borderRadius;
|
||||||
|
Loading…
Reference in New Issue
Block a user