mergeMerge branch 'dev'
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
этом.
|
этом.
|
||||||
</p>
|
</p>
|
||||||
<button class="btn_share" button>
|
<button class="btn_share" button>
|
||||||
<a href="#answer">
|
<a class="btn_link" href="#answer">
|
||||||
Подтвердить участие
|
Подтвердить участие
|
||||||
</a>
|
</a>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ body {
|
|||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
background-color: #3a1f09;
|
background-color: #3a1f09;
|
||||||
padding: 0 15px;
|
padding: 0px 15px;
|
||||||
border-radius: 33px;
|
border-radius: 33px;
|
||||||
transition: all .1s;
|
transition: all .1s;
|
||||||
color: #e5b97e;
|
color: #e5b97e;
|
||||||
@@ -289,6 +289,8 @@ img {
|
|||||||
}
|
}
|
||||||
.btn_share {
|
.btn_share {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.btn_link {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
.asise {
|
.asise {
|
||||||
@@ -1355,6 +1357,12 @@ textarea {
|
|||||||
.footer_inner {
|
.footer_inner {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
button{
|
||||||
|
padding: 12px 15px;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
padding: 12px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user