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.
18 lines
350 B
SCSS
18 lines
350 B
SCSS
.SpliterText {
|
|
// scss
|
|
padding: 1rem;
|
|
background: var(--xshop-background);
|
|
width: 700px;
|
|
max-width: 95%;
|
|
margin: -3.5rem auto;
|
|
height: 7rem;
|
|
border-radius: var(--xshop-border-radius);
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
position: relative;
|
|
z-index: 7;
|
|
|
|
}
|
|
.SpliterText + section{
|
|
padding-top: 5rem;
|
|
}
|