All the little details
This commit is contained in:
@@ -1254,6 +1254,12 @@ $alert-color: #ee3e41
|
||||
// Prevent empty columns from collapsing
|
||||
.column, .columns
|
||||
min-height: 1px
|
||||
.alert-box
|
||||
&.alert
|
||||
a
|
||||
font-weight: bold
|
||||
padding-left: 10px
|
||||
color: white
|
||||
|
||||
$button-margin: rem-calc(10)
|
||||
$button-qr-code-color: #555
|
||||
|
||||
@@ -14,6 +14,10 @@ $side-spacing: 0px
|
||||
float: left
|
||||
.draggable
|
||||
cursor: move !important
|
||||
.text-alert
|
||||
color: $alert-color
|
||||
.text-danger
|
||||
color: $warning-color
|
||||
input.dimension
|
||||
width: 52px
|
||||
.location_picker_map
|
||||
|
||||
@@ -53,3 +53,7 @@ $button-spacing: 8px
|
||||
@extend .fa
|
||||
@extend .fa-2x
|
||||
@extend .fa-times
|
||||
.go-to-orders-list
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-list-alt
|
||||
|
||||
@@ -43,6 +43,11 @@ header.top-menu
|
||||
margin-left: 8px
|
||||
@media #{$small-only}
|
||||
margin-left: 5px
|
||||
.supplier-is-closed-indication
|
||||
float: right
|
||||
margin-right: 8px
|
||||
&.is-open
|
||||
line-height: 60px
|
||||
.extra-info
|
||||
position: absolute
|
||||
top: 0
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
.go-to-orders-list
|
||||
display: inline-block
|
||||
margin-right: 7px
|
||||
span
|
||||
@extend .fa-lg
|
||||
.section-title
|
||||
font-size: 24px
|
||||
padding: 4px 0px
|
||||
|
||||
@@ -47,6 +47,3 @@ a.table-qr-codes
|
||||
+button($bg: $secondary-color)
|
||||
+button-icon-only
|
||||
margin-right: 0.7rem
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-list-alt
|
||||
|
||||
Reference in New Issue
Block a user