hyperboria/nexus/cognitron/web/assets/css/app.scss
the-superpirate d51e5ab65d - fix: Various fixes for release
- fix: Translation fixes
- fix: Various fixes
- feat: PB translations, configuration changes
- fix: Bugfixes

GitOrigin-RevId: 55f8b148c42a296162fc707c36a5146ca0073b4b
2021-01-29 11:26:51 +03:00

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;
}
}
}