-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from WildCodeSchool-2023-09/S6_DEVFIX
S6 DEVFIX
- Loading branch information
Showing
53 changed files
with
1,011 additions
and
896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
@import "_variables"; | ||
|
||
#dashboard { | ||
.cell-played-admin { | ||
.content { | ||
|
||
.nav-admin { | ||
display: flex; | ||
flex-direction: column; | ||
|
||
a { | ||
text-align: center; | ||
border: 2px solid #06CCF8; | ||
border-radius: $borderRadiusLarge; | ||
background: $colorGradient1; | ||
|
||
min-width: 95%; | ||
margin: 0 10px 10px; | ||
padding: 10px 14px; | ||
} | ||
|
||
h1 { | ||
font-size: 2rem; | ||
color: #fff; | ||
} | ||
|
||
h1, img { | ||
padding-left: 20px; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
// | ||
|
||
@media screen and (min-width: $desktopWidth) { | ||
|
||
#dashboard { | ||
.cell-played-admin { | ||
grid-area: 1 / 1 / 4 / 9; | ||
|
||
.content { | ||
|
||
.nav-admin { | ||
flex-direction: row; | ||
gap: 1rem; | ||
flex-wrap: wrap; | ||
margin-top: 10rem; | ||
|
||
a { | ||
display: flex; | ||
padding: 10px; | ||
min-width: 150px; | ||
min-height: 50px; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.