-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.css
125 lines (111 loc) · 1.86 KB
/
App.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
117
118
119
120
121
122
123
124
125
body {
margin: 0;
}
header {
background-color: red;
width: 100%;
border-bottom: 1px solid black;
font-size: clamp(15px, 29px, 30px);
display: flex;
}
.navbar {
display: flex;
width: 100%;
height: 100%;
justify-content: space-around;
text-align: center;
align-items: center;
flex-wrap: wrap;
}
.navbar ul {
list-style-type: none;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
align-items: center;
flex-grow: 1;
}
.navbar li {
display: inline-block;
font-size: 25px;
padding: 10px;
}
.logo {
width: 100px;
height: 100px;
margin: 5px 0px 0px 5px;
}
.navlink {
color: white;
font-family: Arial, Helvetica, sans-serif;
}
.logout {
margin: 0;
}
[data-rmiz-wrap="visible"],
[data-rmiz-wrap="hidden"] {
position: relative;
display: inline-flex;
justify-content: center;
}
[data-rmiz-wrap="visible"] {
height: 100%;
width: 100%;
}
[data-rmiz-wrap="hidden"] {
visibility: hidden;
height: 100%;
}
[data-rmiz-overlay] {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
transition-property: background-color;
}
[data-rmiz-btn-open],
[data-rmiz-btn-close] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
/* reset styles */
margin: 0;
padding: 0;
border: none;
border-radius: 0;
font: inherit;
color: inherit;
background: none;
appearance: none;
}
[data-rmiz-btn-open],
[data-rmiz-btn-close]:hover {
background-color: transparent;
}
[data-rmiz-btn-open]:hover {
background-color: transparent;
}
[data-rmiz-btn-open] {
cursor: zoom-in;
}
[data-rmiz-btn-close] {
cursor: zoom-out;
}
[data-rmiz-modal-content] {
position: absolute;
transition-property: transform;
transform-origin: center center;
justify-content: center;
display: flex;
}
.imagentrue {
}
/*
data-rmiz-overlay="true" */