-
Notifications
You must be signed in to change notification settings - Fork 1
/
account.css
80 lines (75 loc) · 1.42 KB
/
account.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
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
font-family: Poppins, serif;
}
.container {
width: 60%;
height: 30rem;
border-radius: 10px;
background-color: white;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.maincontainer {
margin-top: 5vh;
width: 50vw;
height: auto;
margin-left: auto;
}
.notbutn {
color: orangered;
}
.notbutn:hover {
font-weight: bolder;
color: orangered;
}
.numorders {
text-align: center;
height: 20px;
width: 20px;
background-color: red;
border-radius: 50px;
top: 4px;
right: 4px;
position: absolute;
}
.num {
width: 10px;
height: 10px;
font-size: 12px;
background-color: transparent;
color: white;
padding: 0px;
margin-left: 5px;
margin-top: 1px;
}
.iconstick {
height: 70px;
width: 70px;
background-color: white;
border-radius: 15px;
top: 20%;
position: sticky;
left: 2vw;
text-align: center;
padding-top: 25px;
font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
font-weight: 800;
color: orangered;
}
.dishesAvailable {
font-family: "Pacifico", cursive;
color: orangered;
}
.cardContainer {
width: 230px;
height: 250px;
padding-bottom: 15px;
}
hr {
width: 60%;
}