This commit is contained in:
2023-10-18 17:36:55 +03:00
parent fe90ab8f50
commit 31ba8a86bf
4 changed files with 19 additions and 11 deletions

View File

@@ -628,15 +628,15 @@
.name_ticket{
width: 100%;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
height: 60px;
height: 40px;
background: #FFFFFF;
/*padding: 20px;*/
margin-bottom: 40px;
margin-bottom: 20px;
border-radius: 3px;
}
.name_ticket > span{
padding: 20px;
padding: 10px;
font-size: 16px;
display: block;
overflow: hidden;
@@ -1919,4 +1919,10 @@
.subscribe_type_txt{
color: #000;
font-size: 14px;
}
.header_big_background{
height: 90px;
background: #F8F8F8;
width: 100%;
}