1
0
Dieser Commit ist enthalten in:
2024-03-15 16:26:27 +05:30
Commit 381106cbe5
1046 geänderte Dateien mit 285998 neuen und 0 gelöschten Zeilen
@@ -0,0 +1,62 @@
/*************************************
media CSS
*************************************/
.static-media {
&.me-50 {
@include max-screen(1200, 1399) {
margin-right: 25px;
}
@include max-screen(992, 1199) {
margin-right: 30px;
}
}
}
.phone {
line-height: 1;
font-size: 14px;
@include max-screen(767) {
font-size: 13px;
}
a {
&:hover {
color: $theme-color !important;
}
}
span {
line-height: 1;
font-size: 14px;
}
strong {
line-height: 1;
}
.email {
line-height: 2rem;
}
}
// theme1
.theme1 {
.phone {
a {
&:hover {
color: $theme-color !important;
}
}
&.modify{a {
&:hover {
color: $color-white !important;
}
}}
}
}
/*************************************
media CSS ENd
*************************************/
@@ -0,0 +1,35 @@
/********************************
static media Css
********************************/
.media {
display: flex;
align-items: flex-start;
}
.media-body {
flex: 1;
}
.static-media-wrap {
padding: 45px 30px;
}
.static-media2 {
.title {
text-transform: capitalize;
font-size: 18px;
margin-bottom: 5px;
font-weight: fontweight(bold);
color: $color-white;
@include max-screen(992, 1199) {
font-size: 15px;
}
}
.text{
color: $color-white;
}
}
/********************************
static media Css End
********************************/