StarlioX/web/static/style/settings.css

52 lines
666 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-09-19 02:08:05 +03:00
margin-left: -12em;
2022-09-18 19:27:23 +03:00
margin-top: -0.8em;
}
2022-09-25 11:07:34 +03:00
#update {
display: inline-block;
width: 25%;
height: 6.7em;
margin-left: 2em;
margin-top: 1em;
background-color: #2f3041;
border-radius: 9px;
}
#update-title, #update-desc, #update-button {
margin-left: 0.7em;
}
2022-09-18 19:27:23 +03:00
#update-desc {
2022-09-25 11:07:34 +03:00
margin-top: -0.9em;
}
#update-button {
margin-top: -0.6em;
}
#update-title {
margin-top: 0.3em;
}
#createLabelButton {
margin-left: -12em;
}