Skip to content

Commit 8cd1677

Browse files
author
Kristan Kenney
committed
Group options on Edit Package screen
1 parent e088f4c commit 8cd1677

File tree

6 files changed

+672
-537
lines changed

6 files changed

+672
-537
lines changed

web/css/src/themes/dark.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,10 @@ a.button.cancel {
11191119
color: #e8e8e8 !important;
11201120
}
11211121

1122+
.section-title {
1123+
border-bottom-color: #484848 !important;
1124+
}
1125+
11221126
.qr-code {
11231127
border: 1px solid #3b3b3b;
11241128
box-shadow: 0px 1px 4px rgba(0,0,0,0.35);

web/css/src/themes/default.css

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2925,7 +2925,6 @@ a.vst-text:active b{
29252925
}
29262926

29272927
.additional-control {
2928-
margin-left: 17px;
29292928
color: #326b9b;
29302929
border-bottom: 0px solid #326b9b;
29312930
font-size: 0.8rem;
@@ -3292,13 +3291,30 @@ a.button.cancel {
32923291
}
32933292

32943293
.page-title {
3295-
font-size: 1.4rem!important;
3296-
font-weight: 500!important;
3297-
padding-bottom: 30px!important;
3294+
font-size: 1.4rem !important;
3295+
font-weight: 500 !important;
3296+
padding-bottom: 30px !important;
32983297
letter-spacing: -0.01em;
32993298
cursor: default;
33003299
}
33013300

3301+
.section-title {
3302+
cursor: default;
3303+
font-size: 1.2rem!important;
3304+
font-weight: 600!important;
3305+
padding-bottom: 12px!important;
3306+
padding-top: 28px!important;
3307+
letter-spacing: -0.01em;
3308+
border-bottom: 1px solid #ccc;
3309+
cursor: pointer;
3310+
}
3311+
3312+
.section-hide-button {
3313+
margin-top: 30px;
3314+
display: inline-block;
3315+
margin-left: -14px;
3316+
}
3317+
33023318
.qr-code {
33033319
border: 1px solid #cfcfcf;
33043320
border-radius: 4px;

0 commit comments

Comments
 (0)