1
1
.component {
2
2
max-width : 80vw ;
3
3
min-height : 50vh ;
4
- /* background: rgb(229, 232, 248); */
5
4
margin : 0 auto;
6
- /* border: 1px solid black; */
7
5
box-shadow : 1px 1px 10px rgb (187 , 184 , 184 );
8
6
padding : 1em ;
9
7
}
44
42
border-radius : 0.5em ;
45
43
overflow : hidden;
46
44
box-shadow : 5px 5px 10px rgba (0 , 0 , 0 , 0.3 ), inset 5px 5px 10px rgba (0 , 0 , 0 , 0.1 ) ;/* Adjust the values as needed */
47
-
48
- /* border: 1px solid red; */
49
45
}
50
46
51
47
52
48
.group p {
53
49
margin : 0 ;
54
- /* background: #37E4FF; */
55
50
padding : 5px ;
56
51
flex : 1 ;
57
52
overflow : hidden;
58
53
border-top-right-radius : 0.5em ;
59
54
border-top-left-radius : 0.5em ;
60
55
text-align : center;
61
56
letter-spacing : 1px ;
62
- /* font-family: ' MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
63
- /* text-transform: uppercase; */
64
- /* font-size: 1.2em; */
65
-
66
57
}
67
58
68
59
.img {
83
74
84
75
.details {
85
76
flex : 0 ;
86
- /* border:1px solid red; */
87
77
border-bottom-left-radius : 0.5em ;
88
78
border-bottom-right-radius : 0.5em ;
89
79
}
@@ -144,14 +134,13 @@ button {
144
134
}
145
135
146
136
.medName {
147
- position : relative; /* Create a stacking context for z-index */
148
- z-index : 1 ; /* Place the text above the bandage */
149
- /* Additional styling for the text if needed */
137
+ position : relative;
138
+ z-index : 1 ;
150
139
transform : rotate (-20deg );
151
140
text-align : center;
152
- color : rgba (0 , 117 , 220 , 0.601 );
153
- /* margin: 0 auto; */
141
+ color : white;
154
142
font-size : 1.2em ;
143
+ font-weight : bold;
155
144
156
145
}
157
146
.group {
@@ -162,41 +151,7 @@ button {
162
151
background-color : # 90a9ba ;
163
152
color : white;
164
153
letter-spacing : 1.2em ;
165
- /* font-size: 1.2em; */
166
154
box-shadow : 5px 5px 10px rgba (0 , 0 , 0 , 0.3 ), inset 5px 5px 10px rgba (0 , 0 , 0 , 0.1 ) ;/* Adjust the values as needed */
167
155
168
156
}
169
- /*
170
-
171
- .pharmacy {
172
- background-color: #FFBB6B;
173
- text-align: center;
174
- align-self: flex-end;
175
- border-radius: 26%;
176
- position: relative;
177
- width: 75%;
178
- transform: rotate(45deg);
179
- position: relative;
180
- top: 17px;
181
- right: -28px;
182
- display: flex;
183
- flex-direction: column;
184
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
185
- }
186
-
187
- .pharmacy p {
188
- font-weight: bold;
189
- letter-spacing: 1px;
190
- color: white;
191
- text-align: center;
192
- border: 1px solid red;
193
- }
194
-
195
- .inside-bandage {
196
- box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1);
197
- background-color: #FF8A00;
198
- margin-top: 10px;
199
- margin-left: auto;
200
-
201
- } */
202
157
0 commit comments