git ssb

16+

Dominic / patchbay



Tree: 2714beb84a9764d8bb5b2e11f19bac1c8289b0b8

Files: 2714beb84a9764d8bb5b2e11f19bac1c8289b0b8 / app / styles / mcss / lightbox.mcss

317 bytesRaw
1/* lightbox - used in message-confirm */
2
3body {
4 div.lightbox {
5 position: fixed
6 left: 0px
7 right: 0px
8 top: 50px
9 overflow: auto
10 width: 780px
11 max-width: 100%
12 padding: 25px
13 margin: auto
14 z-index: 2
15 background: #f5f5f5
16 border: 1px solid #eee
17 border-radius: .2em
18 }
19}
20
21

Built with git-ssb-web