blue-twilight/resources/sass/global.scss

34 lines
420 B
SCSS

html {
font-size: 14px !important;
}
button,
input,
optgroup,
select,
textarea {
cursor: pointer;
font-family: inherit !important;
}
.album-photo-cards .card {
margin-bottom: 15px;
}
.container, .container-fluid {
margin-top: 20px;
}
.hidden {
display: none;
}
.tab-content {
border: solid 1px rgb(221, 221, 221);
border-top: 0;
padding: 20px;
}
[v-cloak] {
display: none;
}