2024-02-14 22:12:49 +03:00
|
|
|
.welcome {
|
2024-02-14 22:00:05 +03:00
|
|
|
left: 50%;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
top: 40%;
|
|
|
|
transform: translate(-50%, -50%);
|
2024-02-14 22:27:02 +03:00
|
|
|
white-space: nowrap;
|
2024-02-14 22:00:05 +03:00
|
|
|
|
|
|
|
div {
|
|
|
|
a {
|
|
|
|
color: $color-text;
|
|
|
|
padding: 0 .5em;
|
|
|
|
|
|
|
|
&:visited {
|
|
|
|
color: $color-text;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|