fix env var display
This commit is contained in:
parent
8fb479c3e0
commit
8c374cde93
|
@ -120,16 +120,16 @@
|
||||||
input
|
input
|
||||||
display: inline-block
|
display: inline-block
|
||||||
width: 100%
|
width: 100%
|
||||||
padding: 0.6em 0.5em 0.7em 1.1em
|
padding: 0.6em 0.5em 0.7em 2.5em
|
||||||
border-radius: 2px
|
border-radius: 2px
|
||||||
border: none
|
border: none
|
||||||
background-color: lighten($cement-grey, 20)
|
background-color: lighten($cement-grey, 20)
|
||||||
color: $asphalt-grey
|
color: $asphalt-grey
|
||||||
@extend .icon-lock
|
@extend %icon-line-lock
|
||||||
background:
|
background:
|
||||||
size: 14px
|
size: 16px
|
||||||
repeat: no-repeat
|
repeat: no-repeat
|
||||||
position: 0.8em 0.7em
|
position: 0.5em 0.5em
|
||||||
.is-public &
|
.is-public &
|
||||||
input
|
input
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
.label
|
.label
|
||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
font-size: $font-size-m
|
font-size: $font-size-m
|
||||||
color: $cement-grey
|
|
||||||
display: inline-block
|
display: inline-block
|
||||||
&.label--small .label
|
&.label--small .label
|
||||||
width: 7em
|
width: 7em
|
||||||
|
|
Loading…
Reference in New Issue
Block a user