-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathutils.css
116 lines (95 loc) · 1.55 KB
/
utils.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
#logo {
max-height: 50px;
max-width: 50px;
margin-top: 4px;
margin-right: 30px;
margin-left: 30px;
}
.container-fluid {
position: fixed;
top: 0;
background-color: whitesmoke;
width: 100%;
z-index: 10;
height: 70px;
}
.navbar {
display: flex;
margin-top: 6px;
height: 100px;
}
.nav-item {
margin-left: 35px;
transform: scale(1.1);
}
.Men:hover {
border-bottom: 3.5px solid blue;
}
.Women:hover {
border-bottom: 3.5px solid pink;
}
.Kids:hover {
border-bottom: 3.5px solid rgb(197, 197, 6);
}
.Home:hover {
border-bottom: 3.5px solid red;
}
.Studio:hover {
border-bottom: 3.5px solid rgb(248, 149, 0);
}
#search {
transform: scale(1.04);
width: 350px;
margin-left: 167px;
margin-top: 9px;
}
.me-2 {
font-size: small;
height: 30px;
}
.rhs {
margin-top: 10px;
}
.user:hover {
border-bottom: 3.5px solid rgb(4, 105, 105);
}
.search-icon {
color: rgb(91, 91, 91);
margin-top: 7px;
margin-right: 10px
}
.center {
display: flex;
align-items: center;
align-self: center;
}
.idk {
transform: scale(0.95);
overflow: hidden;
}
.alaye {
transform: scale(1);
overflow: hidden;
}
.scale {
position: relative;
transform: scale(0.9);
overflow: hidden;
}
.left-margin {
margin-left: 40px;
}
.text {
transform: scale(0.87);
overflow: hidden;
}
.right-margin {
overflow: hidden;
position: relative;
right: 10px;
}
.footer {
color: white;
margin: 0px 100px;
padding: 0px 100px;
}