forked from Shubham8287/notice
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadminStyle.css
More file actions
executable file
·133 lines (111 loc) · 2.09 KB
/
Copy pathadminStyle.css
File metadata and controls
executable file
·133 lines (111 loc) · 2.09 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*{
font-family: Rubik;
}
@media (max-width:1000px) {
img{
}
}
html,body{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
background-image: url("editor-bg.svg") ;
height: calc(var(--vh, 1vh) * 100);
color:black;
}
.Header{
background: #aa076b;
background: -webkit-linear-gradient(to right, #aa076b, #61045f);
background: linear-gradient(to right, #aa076b, #61045f);
display: flex;
flex-wrap: wrap;
}
.Header img{
width: 195px;
height: 165px;
}
.Header > h1{
font-size: 600%;
padding-left: 20%;
margin-top: 25px;
margin-bottom: 25px;
font-family: Roboto;
color: white;
}
.container-fluid{
margin: 0px;
padding: 0px;
color: black;
width:100%;
}
.Notification{
margin-top: 7%;
}
.alertNotification{
margin-top: 7%;
}
.form-group{
align-items: center;
text-align: center;
width: 80%;
padding-left: 20%;
border-width: 5px;
}
.Notification button {
margin-top:1%;
margin-left: 50%
}
.alertNotification button {
margin-top:1%;
margin-left: 50%
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: white;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.Leave button {
margin-top: 0%;
margin-left: 28%
}
.Leave{
margin-top: 8%;
direction: right;
width: 120%;
padding-left: 25%;
color:black;
}
.Image{
margin-top: 8%;
width: 120%;
padding-left: 25%;
color:black;
text-align: center;
}
#imageUpload{
margin: 8%;
padding-left: 28%;
}
form > .row{
margin: 3%;
}
.formi{
text-align: center;
}