From 92055a856db2161cb1dd0f8af3c23ba86dfa25ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Sat, 30 Jul 2022 19:14:20 +0300 Subject: [PATCH] Remove unused classes --- resources/css/views/index.scss | 59 +++------------------------------- 1 file changed, 5 insertions(+), 54 deletions(-) diff --git a/resources/css/views/index.scss b/resources/css/views/index.scss index df2172c..5feb5ad 100644 --- a/resources/css/views/index.scss +++ b/resources/css/views/index.scss @@ -12,49 +12,16 @@ $table-item_margin_between_items: 10px; $social-button_img_width: 32px; $social-button_inner_margin: 10px; -.welcome { - position: absolute; - color: white; - font: 500 50px Montserrat, sans-serif; - z-index: 5; - top: 700px; - left: 200px; - text-shadow: 2px 2px 15px black; - - @media screen and (max-height: 1000px) { - top: 550px; - } - - @media screen and (max-height: 850px) { - top:450px; - } - - @media screen and (max-width: 850px) { - left: 50px; - } - - @media screen and (max-width: 600px) { - top: 650px; - } - - @media screen and (max-width: 400px) { - font-size: 32px; - } -} - -.slideshow { - list-style-type: none; - - @include mixins.header_overflow2 { - height: calc(100vh - 45px); - } -} - .slideshow { margin: 0; padding: 0; height: 80vh; z-index: 0; + list-style-type: none; + + @include mixins.header_overflow2 { + height: calc(100vh - 45px); + } li span { position: absolute; @@ -106,22 +73,6 @@ $social-button_inner_margin: 10px; display: inline-flex; flex-direction: row; - p { - font: x-large sans-serif; - - @include mixins.mx_index_brands_fix { - font-size: large; - } - - @include mixins.mx_index_brands_fix2 { - font-size: 18px; - } - - @include mixins.mx_mobile { - font-size: 16px; - } - } - img { align-self: center; margin-right: math.div(variables.$px_horizontalPadding, 10);