forked from devsecopsmaturitymodel/DevSecOps-MaturityModel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.component.css
More file actions
56 lines (46 loc) · 782 Bytes
/
app.component.css
File metadata and controls
56 lines (46 loc) · 782 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* --- experimental branch --- */
/* .mat-drawer-container {
background-color: #fffff4;
} */
.tag-line {
display: flex;
flex-direction: column;
align-items: center;
}
.tag-title {
font-size: 0.9em;
}
.tag-subtitle {
font-size: 0.7em;
}
/* --- experimental branch end --- */
.main-container {
width: 100%;
height: 100%;
}
.sidenav-content {
display: flex;
padding: 10px;
justify-content: space-between;
}
.sidenav-menu {
padding: 20px;
padding-top: 45px;
}
.menu-close {
position: absolute;
right: 0;
top: 16px;
background: transparent;
border: 0;
color: #4caf50;
cursor: pointer;
}
.github-fork-ribbon:before {
background-color: #333;
}
@media only screen and (max-width: 750px) {
.github-fork-ribbon {
display: none;
}
}