You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi/ClientApp/src/app/requests-list/components/requests-list.component.scss

73 lines
1.1 KiB

@import "./styles/variables.scss";
.small-middle-container{
margin: auto;
width: 85%;
margin-top:10px;
}
::ng-deep .dark .mat-header-cell {
background: rgba(0, 0, 0, 0.381)!important;
font-size: 1em;
font-weight: 500;
color: rgba(255, 255, 255, 0.842) !important;
}
::ng-deep .dark .mat-header-cell .mat-checkbox-frame {
border-color: #FFF;
}
.mat-form-field {
float:right;
}
::ng-deep .mat-form-field-infix {
width: 10em;
margin-top:1em;
}
::ng-deep .dark .mat-tab-label-active{
background: $accent-dark !important;
color: #303030 !important;
font-weight:bold;
}
::ng-deep .mat-tab-label{
opacity: 1;
}
::ng-deep .mat-tab-header {
margin-top: 2em;
}
::ng-deep .dark .mat-sort-header-arrow{
color:#c6c6c6;
}
::ng-deep .mat-column-actions{
text-align:end;
}
@media (min-width: 500px) {
.justify-content-md-center {
justify-content: normal !important;
}
}
@media (min-width: 1170px){
.justify-content-md-center {
justify-content: center !important;
}
}
::ng-deep table.requests button{
margin:5px;
}
::ng-deep .floating-fab {
position: fixed;
right: 3%;
bottom: 6%;
z-index: 10;
}