Missing file in commit a1482b6

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-21 20:26:38 +03:00
parent a1482b6645
commit c4d849846e

View File

@@ -27,6 +27,10 @@ $dropdown-toggle_s_second_bar: math.div($dropdown-toggle_s_width - 4, 2);
padding: 0 variables.$px_headerPadding2;
}
@include mixins.header_overflow3 {
padding: 0 25px;
}
#logo {
display: flex;
align-items: center;
@@ -89,7 +93,7 @@ $dropdown-toggle_s_second_bar: math.div($dropdown-toggle_s_width - 4, 2);
}
.dropdown-toggle {
margin: 0 auto 0;
margin: 0;
width: $dropdown-toggle_l_width;
height: $dropdown-toggle_l_width;
position: relative;