-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangular-material-sidenav.css
More file actions
114 lines (97 loc) · 2.05 KB
/
Copy pathangular-material-sidenav.css
File metadata and controls
114 lines (97 loc) · 2.05 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
.menu {
margin: 0;
}
.menu,
.menu ul {
list-style: none;
padding: 0;
}
.menu li {
margin: 0;
}
.menu > li {
border-bottom: 1px solid;
}
.menu > li:nth-child(1) {
border-top: none;
}
.md-whiteframe-glow-z1 {
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}
.menu .md-button {
box-shadow: none !important;
border-radius: 0;
/*color: white;*/
cursor: pointer;
display: block;
align-items: inherit;
line-height: 40px;
margin: 0;
max-height: 40px;
overflow: hidden;
padding: 0px 16px;
text-align: left;
text-decoration: none;
white-space: normal;
width: 100%;
}
.menu md-select {
/**
* Override md-select margins.
* With margins the menu will look incorrect and causes mobile list
* to not be scrollable.
*/
margin: 0;
width: 100%;
}
.menu md-select md-select-label {
justify-content: flex-end;
padding-top: 10px;
}
.menu md-select md-select-label span {
margin-right: auto;
padding-left: 13px;
}
.menu md-select .md-select-icon {
margin-right: 28px;
}
.menu button.md-button::-moz-focus-inner {
padding: 0;
}
.menu-heading {
display: block;
line-height: 32px;
margin: 0;
padding: 8px 16px 0;
text-align: left;
width: 100%;
}
.menu-toggle-list {
overflow: hidden;
position: relative;
z-index: 1;
}
.menu .menu-toggle-list a.md-button {
display: block;
padding: 0 16px 0 32px;
text-transform: none;
text-rendering: optimizeLegibility;
font-weight: 500;
}
.md-button-toggle .md-toggle-icon {
display: block;
margin-left: auto;
speak: none;
vertical-align: middle;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transition: transform 0.3s ease-in-out;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
}
.md-button-toggle .md-toggle-icon.toggled {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
.md-toggle-icon md-icon{
height: 40px;
}