mirror of https://github.com/4xmen/xshop.git
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.
39 lines
643 B
SCSS
39 lines
643 B
SCSS
.ContactSummery {
|
|
// scss
|
|
h1,h2{
|
|
font-size: 18pt;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
img{
|
|
border-radius: var(--xshop-border-radius);
|
|
}
|
|
|
|
li{
|
|
overflow: hidden;
|
|
padding: .5rem;
|
|
}
|
|
p{
|
|
text-align:justify;
|
|
}
|
|
i{
|
|
color: var(--xshop-primary);
|
|
font-size: 20px;
|
|
margin: 0 1rem;
|
|
position: relative;
|
|
top: -5px;
|
|
}
|
|
a{
|
|
color: var(--xshop-text);
|
|
}
|
|
.summery-detail{
|
|
position: relative;
|
|
|
|
.btn{
|
|
position: absolute;
|
|
inset-inline-end: 2rem;
|
|
bottom: 1rem;
|
|
}
|
|
}
|
|
}
|