26 lines
354 B
CSS
26 lines
354 B
CSS
|
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;
|
||
|
}
|
||
|
|
||
|
.tab-content {
|
||
|
border: solid 1px rgb(221, 221, 221);
|
||
|
border-top: 0;
|
||
|
padding: 20px;
|
||
|
}
|