UI changes
This commit is contained in:
parent
df4cee56af
commit
fc992b8bdc
3 changed files with 66 additions and 2 deletions
|
|
@ -137,6 +137,19 @@ button {
|
|||
#types {
|
||||
grid-area: navigation;
|
||||
|
||||
.label {
|
||||
div:first-child {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
color: var(--section-color);
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 1fr min-content;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.group {
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
|
|
@ -534,6 +547,19 @@ dialog#connection-data {
|
|||
}
|
||||
|
||||
#scripts {
|
||||
.label {
|
||||
div:first-child {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
color: var(--section-color);
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 1fr min-content;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.group {
|
||||
font-weight: bold;
|
||||
margin-top: 32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue