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
63 lines (53 loc) · 924 Bytes
/
app.component.css
File metadata and controls
63 lines (53 loc) · 924 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
57
58
59
60
61
62
63
/* --- 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;
}
.menu-close {
position: absolute;
right: 0;
top: 2px;
background: transparent;
border: 0;
color: #ddd;
}
.github-button img {
margin-top: 6px;
height: 20px;
width: auto;
transition: transform 0.2s;
}
.github-button:hover img {
transform: scale(1.1);
}
:host-context(.dark-theme) .github-button img {
filter: invert(1);
}
@media only screen and (max-width: 750px) {
.github-fork-ribbon {
display: none;
}
}