mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-14 08:59:16 +02:00
Convert CSS to Stylus
This commit is contained in:
23
src/assets/css/header.styl
Normal file
23
src/assets/css/header.styl
Normal file
@@ -0,0 +1,23 @@
|
||||
.bx-header-remote-play-button {
|
||||
height: auto;
|
||||
margin-right: 8px !important;
|
||||
|
||||
svg {
|
||||
width: 24px;
|
||||
height: 46px;
|
||||
}
|
||||
}
|
||||
|
||||
.bx-header-settings-button {
|
||||
line-height: 30px;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
position: relative;
|
||||
|
||||
&[data-update-available]::before {
|
||||
content: '🌟' !important;
|
||||
line-height: var(--bx-button-height);
|
||||
display: inline-block;
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user