MusicTopus/sass/forms.scss

24 lines
453 B
SCSS
Raw Normal View History

2022-02-18 09:15:48 +01:00
.field {
padding-top: .6rem;
2022-02-18 11:05:10 +01:00
&.has-addons {
display: flex;
justify-content: flex-start;
.button {
margin-bottom: 0;
}
}
2022-02-18 09:15:48 +01:00
label {
font-weight: 800;
}
input {
box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05);
max-width: 100%;
width: 100%;
background-color: #fff;
border: 1px solid #dbdbdb !important;
color: #363636;
}
}