Skip to content

Commit fa0fbc1

Browse files
committed
1.9.1 - Creating external settings form
1 parent ba434d9 commit fa0fbc1

File tree

10 files changed

+265
-73
lines changed

10 files changed

+265
-73
lines changed

dist/assets/css/main.css

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ select {
800800
content: '';
801801
position: absolute;
802802
display: block;
803-
background-color: var(--c-black);
803+
background-color: var(--c-base);
804804
height: 16px;
805805
width: 16px;
806806
border-radius: 50%;
@@ -855,28 +855,38 @@ input[type="radio"]:checked + label .round-check:after {
855855
margin-left: 10px;
856856
}
857857

858-
#settingsForm {
858+
.settingsForm {
859859
margin-top: 0;
860+
margin-bottom: 20px;
861+
background-color: var(--c-dark-gray);
862+
padding: 15px;
860863
}
861864

862-
#settingsForm input[type="checkbox"],
863-
#settingsForm input[type="radio"] {
865+
.settingsForm input[type="checkbox"],
866+
.settingsForm input[type="radio"] {
864867
display: none;
865868
}
866869

867-
#settingsForm label {
870+
.settingsForm label {
868871
position: relative;
869872
cursor: pointer;
870873
display: block;
871874
}
872875

873-
#settingsForm .form-group {
876+
.settingsForm .form-group {
874877
padding: 5px 0;
875878
}
876879

877-
#settingsForm .btn {
878-
margin-top: 20px;
879-
float: right;
880+
.settingsForm h3 {
881+
margin-bottom: 5px;
882+
margin-top: 0;
883+
}
884+
885+
.settingsForm .btn {
886+
margin-top: 15px;
887+
margin-bottom: 5px;
888+
margin-left: auto;
889+
display: inherit;
880890
}
881891

882892
.mac-controls {

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)