StarlioX/web/static/style/settings.css

36 lines
446 B
CSS
Raw Normal View History

2022-09-18 19:27:23 +03:00
#title {
margin-top: 0.6em;
2022-09-19 02:08:05 +03:00
margin-left: 0.8em;
2022-09-18 19:27:23 +03:00
}
.title {
margin-top: 2.3em;
}
.desc {
margin-top: -0.7em;
}
2022-09-25 11:07:34 +03:00
.settings {
margin-top: 2.4em;
}
.settings p, .form-check {
2022-10-12 11:12:39 +03:00
margin-left: -17.5em;
2022-09-18 19:27:23 +03:00
margin-top: -0.8em;
}
#createLabelButton {
2022-10-12 11:12:39 +03:00
margin-left: -17.6em;
}
.form-check-input {
position: relative;
left: 5px;
font-size: 18px;
}
.form-check-label {
margin-left: 5px;
margin-top: 2.2px;
}