Compare commits
No commits in common. "f9aa37fec6f63cdc296a5ec024bcfa3176f215ae" and "8d0cb1c831af2b05d46389e39ecfdb89347dbf13" have entirely different histories.
f9aa37fec6
...
8d0cb1c831
@ -1,5 +1,5 @@
|
|||||||
.modal-layout {
|
.modal-layout {
|
||||||
z-index: 9999;
|
z-index: 9;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
|
@ -13,8 +13,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 703px) {
|
@media (max-width: 703px) {
|
||||||
top: 0;
|
top: 7%;
|
||||||
z-index: 1;
|
|
||||||
padding: 20px 10px 20px 10px;
|
padding: 20px 10px 20px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -43,17 +42,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 703px) {
|
@media (max-width: 703px) {
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: #52b709;
|
color: #52b709;
|
||||||
margin-left: 10px;
|
margin: 0 0 0 10px;
|
||||||
|
|
||||||
@media (max-width: 703px) {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -71,12 +67,11 @@
|
|||||||
|
|
||||||
@media (max-width: 703px) {
|
@media (max-width: 703px) {
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
line-height: 20px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-body {
|
.input-body {
|
||||||
margin-top: 44px;
|
margin: 44px 0 0 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -85,7 +80,7 @@
|
|||||||
@media (max-width: 703px) {
|
@media (max-width: 703px) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 10px;
|
margin: 22px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__box {
|
&__box {
|
||||||
|
@ -742,8 +742,8 @@
|
|||||||
.exit {
|
.exit {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 20px;
|
||||||
right: 10px;
|
right: 20px;
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 13px;
|
height: 13px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -55,9 +55,6 @@ export const SideBar = () => {
|
|||||||
<li>
|
<li>
|
||||||
<Link to={"/tracker-intro"}>Трекер</Link>
|
<Link to={"/tracker-intro"}>Трекер</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<Link to={"/quiz"}>Тесты</Link>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="#">Школа</a>
|
<a href="#">Школа</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user