]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.scss
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / auth / user-list / user-list.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 .border-margin {
4 border-left: 3px solid transparent;
5 height: calc(100% + 10px);
6 margin-bottom: -5px;
7 margin-left: -5px;
8 margin-top: -5px;
9 }
10
11 .warning-content {
12 height: 100%;
13 padding-bottom: 5px;
14 padding-left: 5px;
15 padding-top: 5px;
16 }