mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
.message {
|
||||
display: flex;
|
||||
border-left: 3px solid $infoColor;
|
||||
}
|
||||
|
||||
.iconContainer,
|
||||
.text {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
padding: 2px 0;
|
||||
color: $sidebarColor;
|
||||
}
|
||||
|
||||
.iconContainer {
|
||||
flex: 0 0 25px;
|
||||
margin-left: 24px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.text {
|
||||
margin-right: 24px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* Types */
|
||||
|
||||
.error {
|
||||
border-left-color: $dangerColor;
|
||||
}
|
||||
|
||||
.info {
|
||||
border-left-color: $infoColor;
|
||||
}
|
||||
|
||||
.success {
|
||||
border-left-color: $successColor;
|
||||
}
|
||||
|
||||
.warning {
|
||||
border-left-color: $warningColor;
|
||||
}
|
||||
Reference in New Issue
Block a user