mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-01 17:52:10 +05:30
Подтянут дизайн крестика для попапа
This commit is contained in:
parent
9fa7cd7b8e
commit
8b4ea446b0
@ -6,10 +6,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
right: 10px;
|
right: 0;
|
||||||
top: 10px;
|
top: 0;
|
||||||
|
padding: 35px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-size: 20px;
|
||||||
|
color: rgba(#000, 0.4);
|
||||||
|
background: rgba(#000, 0);
|
||||||
|
transition: 0.25s;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: rgba(#000, 0.6);
|
||||||
|
background: rgba(#fff, 0.75);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.philosophicalThought {
|
.philosophicalThought {
|
||||||
|
Loading…
Reference in New Issue
Block a user