This commit is contained in:
2023-10-02 23:10:49 +03:00
commit c6cb488379
255 changed files with 18731 additions and 0 deletions
+76
View File
@@ -0,0 +1,76 @@
.wrapper-tiny {
background-color: #fff;
border-radius: 32px;
margin: 44px auto;
width: 600px;
padding: 44px;
&.transparent {
margin: 0px auto;
padding: 0px;
background-color: transparent;
}
}
.wrapper-small {
background-color: #fff;
border-radius: 32px;
margin: 44px auto;
width: 800px;
padding: 44px;
&.transparent {
margin: 0px auto;
padding: 0px;
background-color: transparent;
}
}
.wrapper-normal {
background-color: #fff;
border-radius: 32px;
margin: 44px auto;
width: 1000px;
padding: 44px;
&.transparent {
margin: 0px auto;
padding: 0px;
background-color: transparent;
}
}
.wrapper-large {
background-color: #fff;
border-radius: 32px;
margin: 44px auto;
max-width: 1920px;
min-width: 1000px;
padding: 44px;
width: fit-content;
&.transparent {
padding: 0px;
margin: 0px auto;
background-color: transparent;
}
}
.section-actions {
text-align: center;
padding: 32px 0;
}
.header-normal {
text-align: center;
}
.header-small {
text-align: center;
font-size: 26px;
}