mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
20 lines
342 B
CSS
20 lines
342 B
CSS
@media (min-width: 768px ) {
|
|
.row {
|
|
position: relative;
|
|
}
|
|
|
|
.bottom-align-text {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
}
|
|
|
|
.multiSelect {
|
|
background-color: #4e5d6c;
|
|
}
|
|
|
|
.form-control-custom {
|
|
background-color: #4e5d6c !important;
|
|
color: white !important;
|
|
}
|