This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<h1 class="title">My games</h1>
|
||||
<!-- <h1 class="title">My games</h1> -->
|
||||
<div class="games">
|
||||
<div class="games__section stroll">
|
||||
<div class="games__section__game">
|
||||
|
||||
12
style.scss
12
style.scss
@@ -30,7 +30,7 @@ $clr-text: #171c20;
|
||||
|
||||
.title {
|
||||
position: relative;
|
||||
padding: 64px 0;
|
||||
padding: 32px 20px;
|
||||
background-color: #F3B61F;
|
||||
//box-shadow: 0px 10px 20px rgba(19, 19, 19, 0.897);
|
||||
box-shadow: 0 5px 0 $clr-text;
|
||||
@@ -69,7 +69,8 @@ $clr-text: #171c20;
|
||||
// background-color: rgb(211, 211, 211);
|
||||
// }
|
||||
|
||||
&::before, &::after {
|
||||
&::before,
|
||||
&::after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
z-index: -10;
|
||||
@@ -119,7 +120,7 @@ $clr-text: #171c20;
|
||||
}
|
||||
|
||||
.links {
|
||||
> * {
|
||||
>* {
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
@@ -131,7 +132,8 @@ $clr-text: #171c20;
|
||||
z-index: -20;
|
||||
padding: 48px 0;
|
||||
|
||||
&::before, &::after {
|
||||
&::before,
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -160,7 +162,7 @@ $clr-text: #171c20;
|
||||
&__info {
|
||||
padding: 0 8px;
|
||||
|
||||
> * {
|
||||
>* {
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user