mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-05 01:12:55 +01:00
d51e5ab65d
- fix: Translation fixes - fix: Various fixes - feat: PB translations, configuration changes - fix: Bugfixes GitOrigin-RevId: 55f8b148c42a296162fc707c36a5146ca0073b4b
42 lines
652 B
SCSS
42 lines
652 B
SCSS
.btn {
|
|
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
padding: 0 2em !important; // sass-lint:disable-line no-important
|
|
}
|
|
|
|
.pagination {
|
|
li {
|
|
padding-left: 0 !important; // sass-lint:disable-line no-important
|
|
|
|
&::after {
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
$primary: #1a95e0;
|
|
|
|
@import 'bootstrap/scss/bootstrap';
|
|
|
|
body {
|
|
font-size: 13px !important; // sass-lint:disable-line no-important
|
|
line-height: 1.3em !important; // sass-lint:disable-line no-important
|
|
}
|
|
|
|
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
a {
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.radio-group {
|
|
label {
|
|
span {
|
|
line-height: 2em;
|
|
}
|
|
}
|
|
}
|