fleet/frontend/pages/schedule/ManageSchedulePage/_styles.scss

242 lines
4.1 KiB
SCSS

.manage-schedule-page {
&__header-wrap {
display: flex;
align-items: center;
justify-content: space-between;
height: 38px;
}
&__header {
display: flex;
align-items: center;
.form-field {
margin-bottom: 0;
}
}
&__text {
margin-right: $pad-large;
}
&__title {
font-size: $large;
.fleeticon {
color: $core-fleet-blue;
margin-right: 15px;
}
.fleeticon-success-check {
color: $ui-success;
}
.fleeticon-offline {
color: $ui-error;
}
}
&__description {
margin: 0;
margin-bottom: $pad-xxlarge;
h2 {
text-transform: uppercase;
color: $core-fleet-black;
font-weight: $regular;
font-size: $small;
}
p {
color: $core-dark-blue-grey;
margin: 0;
font-size: $x-small;
font-style: italic;
}
}
&__action-button-container {
display: flex;
align-items: flex-start;
}
.button {
font-size: $x-small;
img {
transform: scale(0.5);
}
}
&__advanced-button {
margin-right: $pad-medium;
}
&__modal-buttons {
width: 100%;
display: flex;
justify-content: flex-end;
.button:first-child {
margin-right: $pad-medium;
}
}
.Select.is-open {
.Select-value-label {
color: $core-vibrant-blue !important;
}
}
.schedule-list-wrapper {
.data-table-block {
.data-table__table {
thead {
.query_name__header {
width: $col-lg;
}
.interval__header {
width: auto;
}
.actions__header {
width: auto;
}
@media (min-width: $break-1400) {
.interval__header {
width: 0;
}
}
}
tbody {
.query_name__cell {
width: $col-lg;
}
.interval__cell {
width: auto;
}
.actions__cell {
width: auto;
}
@media (min-width: $break-1400) {
.interval_cell {
width: 0;
}
}
}
}
}
a {
color: $core-vibrant-blue;
font-size: $x-small;
text-decoration: none;
}
&__empty-table {
text-align: center;
font-size: $x-small;
color: $core-fleet-black;
}
}
.no-schedule {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-top: $pad-xxxlarge;
h1 {
font-size: $large;
font-weight: $regular;
line-height: normal;
letter-spacing: normal;
color: $core-fleet-black;
}
h2 {
font-size: $small;
font-weight: $bold;
margin: 0 0 $pad-large;
line-height: 20px;
color: $core-fleet-black;
}
ul {
margin: 0;
padding: 0;
color: $core-fleet-black;
list-style: none;
li {
&::before {
content: "";
color: $core-vibrant-blue;
margin-right: $pad-medium;
}
}
}
&__inner {
display: flex;
flex-direction: column;
align-items: center;
h1 {
font-size: $small;
font-weight: $bold;
margin-bottom: $pad-medium;
}
img {
width: 322px;
}
p {
color: $core-fleet-black;
font-weight: $regular;
font-size: $x-small;
margin: 0;
margin-bottom: $pad-large;
}
.no-filter-results {
display: flex;
flex-direction: column;
width: 350px;
}
}
&__inner-text {
width: 400px;
padding: $pad-xxlarge 0;
}
&__schedule-button {
margin-right: $pad-medium;
}
.query-pagination__pager-wrap {
margin-top: $pad-medium;
}
&__no-hosts-contact {
text-align: left;
margin-top: $pad-large;
p {
color: $core-fleet-black;
font-weight: $bold;
font-size: $x-small;
margin: 0;
}
}
}
.no-team-schedule {
border: 1px solid #e2e4ea;
box-sizing: border-box;
border-radius: 8px;
}
}