3032 - Арт Проект. Обновление вертки РДБ https://task-on.com/ehlektronnyj-uchet-zayavok

parent 7cad9c7d
...@@ -452,6 +452,8 @@ html {overflow-x: hidden;} ...@@ -452,6 +452,8 @@ html {overflow-x: hidden;}
font-size: 16px; font-size: 16px;
line-height: 20px; line-height: 20px;
color: #fff; color: #fff;
position: relative;
z-index: 99;
} }
.taskon-task-create-process img { .taskon-task-create-process img {
......
...@@ -128,6 +128,66 @@ ...@@ -128,6 +128,66 @@
font-size: 25px; font-size: 25px;
} }
.taskon-task-create-process p{
position: relative;
z-index: 99;
}
.taskon-task-create-process img{
top: 160px;
}
/* add start */
.new_title_box_popup{
background-color: #2b323a;
padding: 15px;
margin-bottom: 20px;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
/* add end */
.new_title_box_popup h4{
padding: 0;
margin-left: 0;
margin-right: 10px;
}
.new_title_box_popup .btn-default{
width: auto;
height: auto;
padding: 10px;
}
.new_title_box_popup .btn-default:hover{
text-decoration: none;
}
@media only screen and (max-width: 991px){
.keys_accounting_top{
height: 250px;
}
.keys_accounting_top .appl_par--without_logo{
display: none;
}
.keys_accounting_top h1 {
font-size: 35px;
line-height: 45px;
text-align: center;
}
.new_title_box_popup{
display: block;
}
.new_title_box_popup .btn-default{
display: block;
width: 100%;
margin-top: 10px;
text-align: center;
}
}
@media only screen and (max-width: 767px){
.taskon-task-create-process img{
display: none;
}
}
@media only screen and (max-width: 991px){ @media only screen and (max-width: 991px){
.toggle_bottom_new{ .toggle_bottom_new{
display: block !important; display: block !important;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment