2020-03-08 23:23:36 +01:00
|
|
|
@import url("openwebrx-header.css");
|
|
|
|
@import url("openwebrx-globals.css");
|
|
|
|
|
2020-03-26 23:04:02 +01:00
|
|
|
.buttons {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2020-03-29 21:40:29 +02:00
|
|
|
|
|
|
|
.row .map-input {
|
|
|
|
margin: 15px 15px 0;
|
|
|
|
}
|
2020-04-26 02:15:19 +02:00
|
|
|
|
|
|
|
.device {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2021-02-07 22:09:06 +01:00
|
|
|
|
|
|
|
.settings-section {
|
|
|
|
margin-top: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section h3 {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 1em 0;
|
|
|
|
text-align: center;
|
2021-02-08 15:16:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.matrix {
|
|
|
|
display: grid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.q65-matrix {
|
|
|
|
grid-template-columns: repeat(5, auto);
|
2021-02-07 22:09:06 +01:00
|
|
|
}
|