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.
39 lines
740 B
39 lines
740 B
.device { |
|
.header { |
|
display: flex !important; |
|
flex-direction: column; |
|
@media only screen and (min-width: 768px) { |
|
flex-direction: row; |
|
} |
|
} |
|
.ui.stackable.grid.in-container > .row > .column { |
|
@media only screen and (max-width: 991px) { |
|
padding-left: 0 !important; |
|
padding-right: 0 !important; |
|
} |
|
} |
|
.ui.stackable.grid.in-container { |
|
margin-top: 0; |
|
} |
|
.connectionState { |
|
@media only screen and (min-width: 768px) { |
|
margin-left: .75em; |
|
} |
|
font-size: .75em; |
|
font-weight: lighter; |
|
|
|
&.connected { |
|
color: #13D213; |
|
} |
|
|
|
&.disconnected { |
|
color: #D20000; |
|
} |
|
} |
|
} |
|
|
|
.sectionRunner .queue { |
|
max-height: 14em; |
|
height: 14em; |
|
overflow-y: scroll; |
|
} |