mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
.header {
|
||||
z-index: 3;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 0 0 auto;
|
||||
height: $headerHeight;
|
||||
background-color: #464b51;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.logoContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex: 0 0 $sidebarWidth;
|
||||
}
|
||||
|
||||
.logoFull {
|
||||
width: 144px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.sidebarToggleContainer {
|
||||
display: none;
|
||||
justify-content: center;
|
||||
flex: 0 0 45px;
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
.right {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.donate {
|
||||
composes: link from 'Components/Link/Link.css';
|
||||
|
||||
width: 30px;
|
||||
color: $themeRed;
|
||||
text-align: center;
|
||||
line-height: 60px;
|
||||
|
||||
&:hover {
|
||||
color: #9c1f30;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $breakpointSmall) {
|
||||
.logoContainer {
|
||||
flex: 0 0 60px;
|
||||
}
|
||||
|
||||
.sidebarToggleContainer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.donate {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user