Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1443,7 +1443,9 @@
|
||||
.header_logo, .header_btn_mover{
|
||||
margin-right: 26px;
|
||||
}
|
||||
|
||||
.cookie_block{
|
||||
width: 100%;
|
||||
}
|
||||
.menu_buttons.curtain.left.close.chat{
|
||||
width: 265px;
|
||||
}
|
||||
|
||||
@@ -2910,4 +2910,44 @@
|
||||
|
||||
.handler_curtain_left{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*cookie*/
|
||||
|
||||
.cookie_block{
|
||||
background: #000000;
|
||||
width: 951px;
|
||||
position: fixed;
|
||||
bottom: 5px;
|
||||
z-index: 100000000000000;
|
||||
box-sizing: border-box;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cookie_block.show{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.txt_cookie{
|
||||
color: #FFFFFF;
|
||||
font-size: 14px;
|
||||
}
|
||||
.a_cookie{
|
||||
color: #FFFFFF;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.container_content_cookie_block{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.cookie_btn{
|
||||
background: none;
|
||||
border: 2px solid white;
|
||||
color: #FFFFFF;
|
||||
height: 25px;
|
||||
width: 95px;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user