reordering css components
This commit is contained in:
parent
ec34e07ffb
commit
7eb1497b64
|
|
@ -1,12 +1,6 @@
|
||||||
@import "./generalites/typography.scss";
|
@import "./generalites/typography.scss";
|
||||||
@import "./components/CountrySelect.scss";
|
|
||||||
@import "./components/Nav.scss";
|
|
||||||
@import "./components/LanguageSelect.scss";
|
|
||||||
@import "./components/Page-container.scss";
|
|
||||||
@import "./components/DropdownSelect.scss";
|
|
||||||
@import "./components/Score.scss";
|
@import "./components/Score.scss";
|
||||||
@import "./components/Timer.scss";
|
@import "./components/Timer.scss";
|
||||||
@import "./components/Logo.scss";
|
|
||||||
@import "./components/ExtraControls.scss";
|
@import "./components/ExtraControls.scss";
|
||||||
@import "./components/GameQuestion.scss";
|
@import "./components/GameQuestion.scss";
|
||||||
@import "./components/Titling.scss";
|
@import "./components/Titling.scss";
|
||||||
|
|
@ -14,6 +8,14 @@
|
||||||
@import "./components/Help.scss";
|
@import "./components/Help.scss";
|
||||||
@import "./components/GameAnswerExplanation.scss";
|
@import "./components/GameAnswerExplanation.scss";
|
||||||
@import "./components/Tutorials.scss";
|
@import "./components/Tutorials.scss";
|
||||||
|
|
||||||
|
@import "./components/layout/Nav.scss";
|
||||||
|
@import "./components/layout/Logo.scss";
|
||||||
|
@import "./components/layout/Page-container.scss";
|
||||||
|
|
||||||
|
@import "./components/ui/CountrySelect.scss";
|
||||||
|
@import "./components/ui/LanguageSelect.scss";
|
||||||
|
@import "./components/ui/DropdownSelect.scss";
|
||||||
@import "./components/ui/Modal.scss";
|
@import "./components/ui/Modal.scss";
|
||||||
@import "./components/ui/Cta.scss";
|
@import "./components/ui/Cta.scss";
|
||||||
@import "./components/ui/AppLogo.scss";
|
@import "./components/ui/AppLogo.scss";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
nav.main-menu {
|
|
||||||
@apply bg-red-500 absolute top-0 py-3 w-full flex justify-between;
|
|
||||||
z-index: 2;
|
|
||||||
}
|
|
||||||
4
src/assets/css/components/layout/Nav.scss
Normal file
4
src/assets/css/components/layout/Nav.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
nav.main-menu {
|
||||||
|
@apply absolute top-0 py-3 w-full flex justify-end;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
@apply text-center pt-12 px-16 w-fit mx-auto h-auto overflow-visible relative;
|
@apply text-center pt-12 px-16 w-fit mx-auto h-auto overflow-visible relative;
|
||||||
background-image: url("../../img/mask.svg");
|
background-image: url("../../../img/mask.svg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
// padding-bottom: -100px;
|
// padding-bottom: -100px;
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
@apply block w-4 h-4 absolute right-5
|
@apply block w-4 h-4 absolute right-5
|
||||||
bg-center bg-no-repeat bg-contain;
|
bg-center bg-no-repeat bg-contain;
|
||||||
content: "";
|
content: "";
|
||||||
background-image: url("../../img/select_deploy_icon.svg");
|
background-image: url("../../../img/select_deploy_icon.svg");
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
&:after {
|
&:after {
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
@apply block w-4 h-4 absolute right-5
|
@apply block w-4 h-4 absolute right-5
|
||||||
bg-center bg-no-repeat bg-contain;
|
bg-center bg-no-repeat bg-contain;
|
||||||
content: "";
|
content: "";
|
||||||
background-image: url("../../img/select_deploy_icon.svg");
|
background-image: url("../../../img/select_deploy_icon.svg");
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
&:after {
|
&:after {
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.language-select {
|
.language-select {
|
||||||
@apply relative flex flex-wrap gap-4;
|
@apply relative flex flex-wrap gap-4;
|
||||||
@apply bg-transparent;
|
@apply bg-transparent;
|
||||||
background-image: url("../../img/shapes-background/language-selector-background.svg");
|
background-image: url("../../../img/shapes-background/language-selector-background.svg");
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
@apply block w-4 h-4 absolute right-5
|
@apply block w-4 h-4 absolute right-5
|
||||||
bg-center bg-no-repeat bg-contain;
|
bg-center bg-no-repeat bg-contain;
|
||||||
content: "";
|
content: "";
|
||||||
background-image: url("../../img/select_deploy_icon.svg");
|
background-image: url("../../../img/select_deploy_icon.svg");
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
&:after {
|
&:after {
|
||||||
Loading…
Reference in New Issue
Block a user