fixes
This commit is contained in:
@ -93,7 +93,7 @@
|
||||
button {
|
||||
background: #52b709;
|
||||
border-radius: 44px;
|
||||
max-width: 130px;
|
||||
min-width: 130px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
font-weight: 500;
|
||||
@ -108,18 +108,37 @@
|
||||
display: flex;
|
||||
column-gap: 20px;
|
||||
align-items: center;
|
||||
|
||||
span {
|
||||
cursor: pointer;
|
||||
text-decoration-line: underline;
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
order: 2;
|
||||
}
|
||||
|
||||
&__reset {
|
||||
margin-top: 25px;
|
||||
cursor: pointer;
|
||||
text-decoration-line: underline;
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
&__registration {
|
||||
min-width: 185px;
|
||||
text-align: center;
|
||||
color: #FFFFFF;
|
||||
font-size: 18px;
|
||||
background: #1458DD;
|
||||
line-height: 32px;
|
||||
font-weight: 500;
|
||||
padding: 8px 12px;
|
||||
border-radius: 44px;
|
||||
transition: 0.3s all ease;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.03);
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
|
Reference in New Issue
Block a user