UNPKG
@ima/devtools
Version:
latest (1.0.0)
rc (1.0.0-rc.1)
1.0.0
1.0.0-rc.1
1.0.0-rc.0
0.4.0
0.4.0-rc.3
0.4.0-rc.2
0.4.0-rc.1
0.4.0-rc.0
IMA.js debugging panel in the Chrome Developer Tools window.
github.com/seznam/ima
seznam/ima
@ima/devtools
/
src
/
components
/
organism
/
presetsModal
/
presetsModal.module.less
23 lines
(18 loc)
•
279 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.modal
{
width
:
100%
;
max-width
:
800px
; }
.body
{ & >
div
{
border-bottom
:
1px
solid
var
(--color-border); &
:last-child
{
border-bottom
: none; } } }
.footer
{
justify-content
: space-between; & >
button
:first-child
{
margin
:
0
10px
0
0
; } }