seitime-frappe/frappe/public/scss/website.scss

96 lines
1.2 KiB
SCSS

@import "~bootstrap/scss/bootstrap";
@import "multilevel-dropdown";
body {
font-size: 16px;
}
.navbar.bg-dark {
.dropdown-menu {
font-size: .75rem;
background-color: $dark;
border-radius: 0;
}
.nav-link {
white-space: nowrap;
color: $light;
&:hover {
color: $primary;
}
}
.nav-item {
padding: 0rem 1rem;
}
.dropdown-item {
color: $light;
&:hover {
background-color: $dark;
color: $primary;
}
}
}
.input-dark {
background-color: $dark;
border-color: darken($primary, 40%);
color: $light;
}
.breadcrumb {
font-size: 0.75rem;
padding-left: 0;
padding-right: 0;
background-color: white;
}
a.card {
text-decoration: none;
}
img {
max-width: 100%;
}
.hidden {
@extend .d-none;
}
.btn-primary {
color: $white;
}
.text-underline {
text-decoration: underline;
}
.web-footer {
padding: 5rem 0;
min-height: 140px;
border-top: 1px solid $border-color;
}
.no-underline {
text-decoration: none !important;
}
.indicator {
font-size: inherit;
}
.standard-image {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: $border-radius;
border: 1px solid $border-color;
width: 1.5rem;
height: 1.5rem;
}