0.0.1 new functional twb

This commit is contained in:
SBD
2025-01-08 21:33:19 +03:00
parent a76663ea81
commit 2b809ae9a6
12 changed files with 246 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
.b_make_poster_order {
--title-font-size: 44px;
--title-font-weight: 700;
--title-margin-bottom: 60px;
.make_poster_order_title{
width: 100%;
font-size: var(--title-font-size);
font-weight: var(--title-font-weight);
margin-bottom: var(--title-margin-bottom);
text-align: center;
}
}