-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.css
More file actions
33 lines (33 loc) · 875 Bytes
/
base.css
File metadata and controls
33 lines (33 loc) · 875 Bytes
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
#iframe{
margin: 5px;
background: #202425;
box-shadow: 0 5px 16px 0 #202425;
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
select{
color: #8B8C8C;
margin: 2px;
width: 50%;
height: 30px;
background: #323637;
box-shadow: 0 5px 16px 0 #323637;
backdrop-filter: blur( 8.5px );
-webkit-backdrop-filter: blur( 8.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
input{
color: #8B8C8C;
margin: 2px;
width: 40%;
height: 30px;
background: #323637;
box-shadow: 0 5px 16px 0 #323637;
backdrop-filter: blur( 8.5px );
-webkit-backdrop-filter: blur( 8.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}