]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_toast.scss
import ceph quincy 17.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / styles / ceph-custom / _toast.scss
CommitLineData
f67539c2
TL
1@use './src/styles/vendor/variables' as vv;
2
3#toast-container {
4 margin-top: 2vw;
5
6 @media (max-width: 1600px) {
7 margin-top: 2.5vw;
8 }
9
10 @media (max-width: vv.$screen-md-max) {
11 margin-top: 9vw;
12 }
13
14 @media (max-width: 900px) {
15 margin-top: 10vw;
16 }
17
18 @media (max-width: 319px) {
19 margin-top: 11vw;
20 }
21
22 @media (max-width: 260px) {
23 margin-top: 14vw;
24 }
25}
26
27.toast-message > ul {
28 margin: 0;
29 padding-left: 1rem;
30}