MusicTopus/sass/forms.scss

24 lines
453 B
SCSS

.field {
padding-top: .6rem;
&.has-addons {
display: flex;
justify-content: flex-start;
.button {
margin-bottom: 0;
}
}
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;
}
}