UNPKG

1.18 kBCSSView Raw
1hr { border-top: 1px solid rgba(0, 0, 0, 0.12); width: 100%; }
2
3p { color: rgba(0, 0, 0, 0.54); font-size: 14px; }
4
5.dropdown-layout { display: flex; flex-direction: row; align-items: center; }
6.dropdown-layout p { padding-right: 16px; width: max-content; font-style: italic; }
7@media screen and (max-width: 500px) { .dropdown-layout p { display: none; } }
8.dropdown-layout mat-icon { padding: 0; }
9.dropdown-layout button { padding: 0; min-width: 0; }
10
11mat-list { padding: 0; }
12
13mat-list-item { padding: 5px 0; }
14
15.product-list { background-color: rgba(0, 0, 0, 0.04); overflow: hidden; }
16
17.material-icons { color: rgba(0, 0, 0, 0.54); }
18
19.left-indent { margin-left: 30px; }
20.left-indent hr { display: block; margin: 0 0 0 16px; }
21
22.package-list { border-top: 1px solid rgba(0, 0, 0, 0.12); }
23
24.stencil-display { display: flex; width: 100%; flex-grow: 1; }
25.stencil-display va-icon { margin-right: 20px; }
26.stencil-display .stencil-text { width: inherit; display: flex; flex-direction: column; justify-content: center; }
27
28.stencil-title { height: 32px; width: 40%; margin-bottom: 5px !important; margin-top: 0 !important; }
29
30.stencil-tagline { height: 32px; width: inherit; }