-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
53 lines (44 loc) · 775 Bytes
/
styles.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
@import "./button-help.css";
.bd-example {
position: relative;
padding: 1rem;
margin: 1rem -.75rem 0;
border: solid #dee2e6;
border-width: 1px 0 0;
}
.col,
.row>[class^="col-"] {
padding-top: .75rem;
padding-bottom: .75rem;
background-color: rgba(39, 41, 43, 0.03);
border: 1px solid rgba(39, 41, 43, 0.1);
}
#grid-show-system [class^="col-"] {
text-align: center;
}
html,
body {
height: 100%;
}
.app-container {
height: 100%;
padding: 5%;
}
.row {
border: solid #dee2e6;
}
.button-container {
margin: 20px auto;
text-align: center;
}
.selectedRow {
border: solid black 5px !important;
}
h1 {
text-align: center;
}
.contextual-menu {
position: absolute;
display: none;
z-index: 5;
}