Merge branch 'task-on.com/faq' into 'master'

перенос модуля faq с task-on.ru. правки css

перенос модуля faq с task-on.ru. правки css

See merge request !5
parents 529c1ea4 2f9e2fb3
......@@ -16,9 +16,9 @@
padding: 0 20px;
}
.form_wr.radio_like_result.hidden{
display: none;
}
/*.form_wr.radio_like_result.hidden{*/
/*display: none;*/
/*}*/
.keys_list_bl {
......
......@@ -1007,7 +1007,7 @@ textarea {
color: #fff;
line-height: 32px;
}
.radio:checked + label {
.radio_2:checked + label {
cursor: pointer;
height: 52px;
background-color: #67ac1d;
......@@ -1015,11 +1015,11 @@ textarea {
color: #fff;
}
.radio:not(checked) {
.radio_2:not(checked) {
position: absolute;
opacity: 0;
}
.radio:not(checked) + label {
.radio_2:not(checked) + label {
position: relative;
background-color: #f4f4f4;
color: #7d7d7d;
......@@ -1044,24 +1044,24 @@ textarea {
height: 32px;
background: url(/images/icon_not_like.png) 0 center no-repeat;
}
.radio.radio_like + label {
.radio_2.radio_like + label {
background-color: #67ac1d;
color: #fff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.radio.radio_like + label:hover {
.radio_2.radio_like + label:hover {
box-shadow: 2px 2px 8px 2px #7fd028;
}
.radio.radio_not_like + label {
.radio_2.radio_not_like + label {
background-color: #f4f4f4;
color: #7d7d7d;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.radio.radio_not_like + label:hover {
.radio_2.radio_not_like + label:hover {
background-color: #ff5b57;
color: #fff;
box-shadow: 2px 2px 8px 2px #ff5b57;
......@@ -2652,4 +2652,17 @@ textarea::-moz-placeholder{
.icon_video, .icon_info_2 {
float: left;
}
.reference_right_box input:not([type="radio"]):not([type="checkbox"]) {
border: none;
height: 50px;
padding: 0 20px;
border-radius: 3px;
font-size: 20px !important;
font-family: "Open Sans" !important;
font-weight: 400 !important;
margin-bottom: 25px;
width: 100%;
outline: none;
}
\ No newline at end of file
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