You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.3 KiB
SCSS
93 lines
2.3 KiB
SCSS
.button-menutoggle.button-menutoggle-md,button-menutoggle.button-menutoggle-ios,
|
|
.bar-buttons.bar-buttons-ios.button.button-ios.button-default.button-default-ios.button-menutoggle.button-menutoggle-ios{
|
|
box-shadow: none;
|
|
-webkit-box-shadow:none;
|
|
-moz-box-shadow: none;
|
|
background: transparent !important;
|
|
}
|
|
.menubutton{
|
|
white-space: normal;
|
|
color: var(--light);
|
|
text-transform: capitalize;
|
|
min-height: 47px;
|
|
background: transparent;
|
|
font-size: 2rem;
|
|
}
|
|
#homeBadgeBtn{
|
|
position: absolute;
|
|
top: 2px;
|
|
width: 20px;
|
|
font-size: 10px;
|
|
height: 20px;
|
|
padding: 0px;
|
|
line-height: 2;
|
|
min-width: auto;
|
|
min-height: auto;
|
|
}
|
|
.header-div{
|
|
background:var(--primary);
|
|
background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%,var(--secondary) 59%, var(--customnavy) 100%);
|
|
background: -webkit-linear-gradient(45deg, (--primary) 0%, var(--secondary) 36%,var(--secondary) 59%, var(--customnavy) 100%);
|
|
background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%,var(--secondary) 59%, var(--customnavy) 100%);
|
|
color:var(--light);
|
|
text-transform: capitalize;
|
|
|
|
display: block;
|
|
position: relative;
|
|
height: 120px;
|
|
margin-bottom:60px;
|
|
}
|
|
|
|
.dash-header{
|
|
text-align: center;
|
|
margin: 16px 0 0 0;
|
|
|
|
}
|
|
|
|
.TxtPlace {
|
|
margin: 0;
|
|
padding: 0 0 10px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.serviceItem {
|
|
min-height: 160px !important;
|
|
padding: 0;
|
|
width:100%;
|
|
border: 2px solid #e4e5e7;
|
|
background: transparent !important;
|
|
color: var(--dark);
|
|
p{
|
|
margin-top: 0px; margin-bottom:0px;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
min-height: 20px;
|
|
// white-space: normal;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 3;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
span {
|
|
display: block;
|
|
|
|
}
|
|
.serviceItemImg {
|
|
min-width: 60px !important;
|
|
min-height: 70px !important;
|
|
width: 80px;
|
|
height: 80px;
|
|
margin: 10px auto;
|
|
background: transparent !important;
|
|
}
|
|
|
|
}
|
|
.serviceItem.button,.serviceItem.button-md, .serviceItem.button-ios{
|
|
background: transparent !important;
|
|
color:var(--dark);
|
|
box-shadow: none;
|
|
-webkit-box-shadow:none;
|
|
-moz-box-shadow: none;
|
|
border: 2px solid var(--gray);
|
|
min-width: auto;
|
|
} |