fix mobile for owner page
This commit is contained in:
parent
3a366a234a
commit
4687957514
|
@ -19,12 +19,12 @@
|
||||||
background: linear-gradient(to right, #CACECE 0%, #CACECE 9px, white 10px, white 100%) no-repeat
|
background: linear-gradient(to right, #CACECE 0%, #CACECE 9px, white 10px, white 100%) no-repeat
|
||||||
|
|
||||||
.row-item
|
.row-item
|
||||||
display: inline-block
|
|
||||||
margin: .2em
|
margin: .2em
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
font-weight: $font-weight-normal
|
font-weight: $font-weight-normal
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
padding-left: 1em
|
||||||
a
|
a
|
||||||
color: $grey-dark
|
color: $grey-dark
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
@ -34,6 +34,9 @@
|
||||||
margin: 0
|
margin: 0
|
||||||
font-weight: $font-weight-normal
|
font-weight: $font-weight-normal
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
|
@media #{$medium-up}
|
||||||
|
display: inline-block
|
||||||
|
padding-left: 0
|
||||||
|
|
||||||
%row-element
|
%row-element
|
||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
|
|
Loading…
Reference in New Issue
Block a user