30 lines
386 B
CSS
Vendored
30 lines
386 B
CSS
Vendored
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;
|
|
} |