26 lines
530 B
SCSS
26 lines
530 B
SCSS
|
.headerExtrasMenu.headerButton > .versionCheck,
|
||
|
.actionsheetMenuItemIcon.hasVersionCheck > .versionCheck {
|
||
|
background: var(--versionCheckColor, deeppink);
|
||
|
position: absolute;
|
||
|
width: 0.5em;
|
||
|
height: 0.5em;
|
||
|
right: 0.5em;
|
||
|
bottom: 0.5em;
|
||
|
border-radius: 100%;
|
||
|
|
||
|
.osdHeader & {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.actionsheetMenuItemIcon.hasVersionCheck {
|
||
|
position: relative;
|
||
|
|
||
|
> .versionCheck {
|
||
|
width: 0.35em;
|
||
|
height: 0.35em;
|
||
|
right: -0.125em;
|
||
|
bottom: -0.125em;
|
||
|
}
|
||
|
}
|