mirror of https://github.com/artf/grapesjs.git
5 changed files with 31 additions and 38 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,20 @@ |
|||||
|
.#{$app-prefix}devices-c { |
||||
|
display: flex; |
||||
|
align-items: center; |
||||
|
padding: 3px; |
||||
|
|
||||
|
.#{$app-prefix}device-label { |
||||
|
flex-grow: 2; |
||||
|
text-align: left; |
||||
|
margin-right: 10px; |
||||
|
} |
||||
|
|
||||
|
.#{$app-prefix}select { |
||||
|
flex-grow: 20; |
||||
|
} |
||||
|
|
||||
|
.#{$app-prefix}add-trasp { |
||||
|
flex-grow: 1; |
||||
|
margin-left: 5px; |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue