22 lines
235 B
SCSS
22 lines
235 B
SCSS
#footer-bar {
|
|
position: relative;
|
|
}
|
|
|
|
#account-panel,
|
|
#sync-resolution-menu {
|
|
width: 400px;
|
|
}
|
|
|
|
.sk-panel {
|
|
cursor: default;
|
|
}
|
|
|
|
a.disabled {
|
|
pointer-events: none;
|
|
}
|
|
|
|
#footer-lock-icon {
|
|
margin-left: 5px;
|
|
padding-left: 5px;
|
|
}
|