OSDN Git Service

css: remove unite 'ui' components to 'newslash' component
[newslash/newslash.git] / src / newslash_web / css / newslash / modal.less
1 /* modal.less */
2
3 @dialog-background-color: @background-color;
4
5 .modal {
6     display: none;
7
8     &.open {
9         display: block;
10         top: 0;
11         bottom: 0;
12         left: 0;
13         right: 0;
14         position: fixed;
15         background-color: #00000080;
16         z-index: 1000;
17     }
18 }
19