| Current Path : /home/deltalab/PMS/pms-frontend/assets/storefront-generator/styles/ |
| Current File : //home/deltalab/PMS/pms-frontend/assets/storefront-generator/styles/style.css |
/* CSS Footer sito DeltaLab */
.contenitoreFooter {
background-color: #020082de;
color: #FFFFFF;
width: 100%;
padding-top:20px;
}
.contenitoreFooter a {
color: #65DDE0;
}
/* Navbar dropdown*/
.dropdown-menu, .dropdown-item{
background-color: #02008200;
color:white;
}
.navbar-nav .dropdown-menu {
position: absolute !important;
}
li a:hover {
background: #24A7BF ;
color: white ;
text-decoration: none;
width: 100%;
}
ul li{
color:white;
display: inline;
text-align: center;
}
a.navA{color: white;}
a.navA:hover{color: white;}
.secondary-navbar {
display: flex;
}
.secondary-navbar-central-section {
display: flex;
flex: 1;
width: 100%;
justify-content: center;
align-items: center;
}
.navbar {
background-color: #020082de;
padding: 5px !important;
z-index: 100;
}
.custom-nav-link {
cursor: pointer;
border-radius: 1px;
white-space: nowrap;
}
.custom-nav-link, .custom-nav-link i {
color: #FFFFFF !important;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-nav-link:hover, .custom-nav-link:hover i {
color: white !important;
text-decoration: none;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.active-nav-link a, .active-nav-link a i {
color: white !important;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.active-nav-link {
height: 42px;
font-size: 16px;
border-bottom: 5px solid #24A7BF;
}
.inactive-nav-link {
height: 42px;
font-size: 16px;
}
.profile-nav-link {
font-size: 16px;
line-height: initial;
padding-top: 5px;
padding-bottom: 5px;
}
.tenant-label {
font-size: 11px;
}
.button-custom-link, .button-custom-link:hover, .button-custom-link:focus, .button-custom-link:active {
text-decoration: none;
color: inherit;
}
.navbar-brand {
display: flex;
padding: 0;
cursor: pointer;
}
.brand-img {
height: 100%;
}
.flag-wrapper {
display: flex;
}
.flag {
display: flex;
justify-content: center;
align-items: center;
}
/* carosello/slideshow */
.carousel-item{
width:100%;
height:400px;
}
/* Pulsante OK */
.btn-primary-ok{
background-color: transparent;
border: 1px solid white;
margin-bottom: none;
vertical-align: middle;
padding: 5px;
color: white;
}