Feuerwehr-eppingen/public/assets/sass/app.scss
ppa. Marco Glietsch f9f160121e Anpassung
- Anmeldeformular für Kinderfeuerwehr fertiggestellt
- Fehlerbehebung wegen Umstellung auf https
- Navigationsleiste wird in der Kategorie "Wir über uns" dynamisch erstellt
2022-08-19 12:56:02 +02:00

246 lines
3.4 KiB
SCSS

// Variables
@import "variables";
// Bootstrap
@import "node_modules/bootstrap/scss/bootstrap";
$link-text-color: #000;
$link-text-color-hover: #039;
#dropzonePreview *
{
cursor: pointer;
}
.row
{
margin-left: 0px;
margin-right: 0px;
}
.how-to-create
{
padding-left: 15px;
padding-right: 15px;
}
.model-deleted
{
text-decoration: line-through;
}
.model-key
{
font-weight: bold;
}
/* Layout */
html, body
{
font-size: 12px;
}
#bg-image
{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
opacity: 0.5;
-webkit-filter: blur(5px);
filter: blur(5px);
z-index: 0;
}
.container
{
margin-top: 80px;
}
a
{
color: $link-text-color;
}
article.shadow-hover
{
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
article.shadow-hover:hover
{
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
article.post-item a
{
color: $link-text-color;
}
article.post-item a:hover
{
text-decoration: none;
}
article.post-item a:hover .card-title
{
color: $link-text-color-hover;
}
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}
.img-caption
{
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
font-size: 1.2rem;
width: 100%;
bottom: 0px;
z-index: 10;
padding-top: 10px;
padding-bottom: 10px;
color: white;
text-align: center;
}
.img-preview
{
height: 180px;
object-fit: cover;
}
.img-preview2
{
height: 100%;
width: 100%;
object-fit: cover;
}
.img-preview-details
{
height: 250px;
object-fit: cover;
}
.img-preview-container
{
height:150px;
}
#sidebar_container a
{
color: $link-text-color;
}
#sidebar_container a:hover
{
color: $link-text-color-hover;
text-decoration: none;
}
.breadcrumb
{
background-color: rgba(255, 255, 255, 0);
}
.breadcrumb a
{
color: $link-text-color;
}
.breadcrumb a:hover
{
color: $link-text-color-hover;
text-decoration: none;
}
.navbar li a
{
font-size: 1.4em;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.social-share {
line-height: 8px;
}
.column-sortable {
cursor: pointer;
}
#searchClear {
align-items: center;
margin-right: 38px;
border-radius: 50%;
bottom: 7px;
color: rgba(0, 0, 0, .54);
cursor: pointer;
display: flex;
height: 16px;
justify-content: center;
position: absolute;
right: 0;
width: 16px;
z-index: 10;
}
li.btn {
border: 1px solid #ced4da;
}