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/settings/plex/plex.component.scss

46 lines
669 B

@import "./styles/shared.scss";
.small-middle-container {
margin: auto;
width: 95%;
margin-top: 10px;
}
.col-8 {
display: inline-table;
}
.col-md-5 {
display: inline-table;
}
.align-right {
float: right;
width:100%;
text-align:right;
}
::ng-deep div .mat-tab-body-content {
overflow: hidden;
}
.server-card {
margin: 0em 1em 1em 0;
width: 13em;
min-height: 8em;
button {
text-align: center;
align-content: center;
white-space: normal;
overflow-wrap: anywhere;
height: 100%;
width: 100%;
}
i {
margin-top: 0.25em;
}
h3 {
margin: 0;
}
}