git ssb

16+

Dominic / patchbay



Tree: c81b0e59ddfd3706702f50f77e7a7b4d0836a80f

Files: c81b0e59ddfd3706702f50f77e7a7b4d0836a80f / app / styles / mcss / lightbox.mcss

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

Built with git-ssb-web