mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-18 06:43:38 -05:00
Tutorial Closer
This commit is contained in:
@@ -217,6 +217,7 @@ p a:hover {
|
||||
transform: translate(-50%, -50%);
|
||||
box-shadow: 0 4px 23px 0 rgb(0 0 0 / 20%);
|
||||
padding: 1.6em;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.splitter {
|
||||
@@ -225,6 +226,19 @@ p a:hover {
|
||||
background-color: #3a3a3c;
|
||||
}
|
||||
|
||||
.close {
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
right: 1.6em;
|
||||
font-size: 1.4em;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.close:hover {
|
||||
color: #D3D3D3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.backdrop {
|
||||
width: 150vw;
|
||||
height: 150vh;
|
||||
@@ -234,6 +248,7 @@ p a:hover {
|
||||
padding: 0;
|
||||
transform: translate(-25vw, -25vh);
|
||||
opacity: 0.6;
|
||||
transition: all 0.5s;
|
||||
z-index: 1
|
||||
}
|
||||
|
||||
@@ -255,7 +270,7 @@ p a:hover {
|
||||
}
|
||||
|
||||
.tutorial .team {
|
||||
padding: 7px;
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
#time {
|
||||
|
||||
Reference in New Issue
Block a user