0.0.1 new functional twb
This commit is contained in:
13
static/v2/css/blocks/b_make_poster_order.css
Normal file
13
static/v2/css/blocks/b_make_poster_order.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user