forked from sqlpad/sqlpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.css
More file actions
34 lines (31 loc) · 651 Bytes
/
Copy pathdocs.css
File metadata and controls
34 lines (31 loc) · 651 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
34
.screenshot {
box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
}
.db-images {
display: flex;
flex-wrap: wrap;
}
.db-container {
background-color: rgb(255, 255, 255);
margin: 8px;
width: 160px;
font-size: 18pt;
height: 160px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
padding: 12px;
box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
font-variant: small-caps;
}
.db-container-bg {
background-color: rgb(0, 0, 0);
color: white;
/* background-image: linear-gradient(
135deg,
rgb(24, 24, 24) 18.8%,
rgb(10, 10, 10) 100.2%
); */
}