-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.css
More file actions
53 lines (48 loc) · 1.19 KB
/
home.css
File metadata and controls
53 lines (48 loc) · 1.19 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
/* A few extra styles to complement the fabric core stuff */
.engraver-Button {
position: relative;
font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
font-weight: 400;
box-sizing: border-box;
display: inline-block;
text-align: center;
cursor: pointer;
vertical-align: top;
padding-top: 0px;
padding-right: 16px;
padding-bottom: 0px;
padding-left: 16px;
min-width: 80px;
height: 32px;
background-color: rgb(0, 120, 212);
color: rgb(255, 255, 255);
user-select: none;
outline: transparent;
border-width: 1px;
border-style: solid;
border-color: transparent;
border-image: initial;
text-decoration: none;
border-radius: 0px;
}
.engraver-Button-label {
font-weight: 600;
font-size: 14px;
}
.engraver-Button-icon {
align-items: center;
background-color: transparent;
border: 0;
padding: 0;
position: relative;
color: #0078d7;
}
.engraver th {
width: 100px;
}
.engraver table {
text-align: right;
border-collapse: collapse;
}