mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.group {
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Sizes */
|
||||
|
||||
.extraSmall {
|
||||
max-width: $formGroupExtraSmallWidth;
|
||||
}
|
||||
|
||||
.small {
|
||||
max-width: $formGroupSmallWidth;
|
||||
}
|
||||
|
||||
.medium {
|
||||
max-width: $formGroupMediumWidth;
|
||||
}
|
||||
|
||||
.large {
|
||||
max-width: $formGroupLargeWidth;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $breakpointLarge) {
|
||||
.group {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user