finish sidebar restyle (for now)
This commit is contained in:
parent
4fc3ead817
commit
96a8463240
|
@ -62,4 +62,7 @@
|
||||||
|
|
||||||
.sync-spinner--grey
|
.sync-spinner--grey
|
||||||
i
|
i
|
||||||
background-color: #A6ADAD
|
background-color: #A6ADAD
|
||||||
|
|
||||||
|
.spinner-container
|
||||||
|
padding: 0.5em 1em
|
|
@ -13,7 +13,8 @@ $sb-font-size: 14px
|
||||||
background-color: $white
|
background-color: $white
|
||||||
border-radius: 0
|
border-radius: 0
|
||||||
border-left: 8px solid
|
border-left: 8px solid
|
||||||
|
li:last-child &
|
||||||
|
margin-bottom: 0
|
||||||
|
|
||||||
&.failed,
|
&.failed,
|
||||||
&.errored
|
&.errored
|
||||||
|
@ -25,15 +26,33 @@ $sb-font-size: 14px
|
||||||
&.received
|
&.received
|
||||||
@include colorSidebarTiles($created-color)
|
@include colorSidebarTiles($created-color)
|
||||||
|
|
||||||
|
|
||||||
h2, p
|
h2, p
|
||||||
margin: 0
|
margin: 0
|
||||||
font-size: $sb-font-size
|
font-size: $sb-font-size
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
h2
|
h2
|
||||||
|
position: relative
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
margin-bottom: .7em
|
||||||
|
@media #{$medium-up}
|
||||||
|
width: 78%
|
||||||
|
white-space: nowrap
|
||||||
|
overflow: hidden
|
||||||
|
&:after
|
||||||
|
@include fadeOut(right, -90deg, $white)
|
||||||
|
p.tile-title
|
||||||
|
width: 22%
|
||||||
|
@media #{$xlarge-up}
|
||||||
|
width: 17%
|
||||||
a:hover
|
a:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
.icon:not(.icon--hash)
|
||||||
|
width: 0.9em
|
||||||
|
height: 1.1em
|
||||||
|
margin-right: .3em
|
||||||
|
.icon--hash
|
||||||
|
width: 1.1em
|
||||||
|
height: 1.3em
|
||||||
|
|
||||||
|
|
||||||
.tabnav--sidebar
|
.tabnav--sidebar
|
||||||
|
@ -45,14 +64,18 @@ $sb-font-size: 14px
|
||||||
height: 1.7em
|
height: 1.7em
|
||||||
li.float-right
|
li.float-right
|
||||||
padding-right: 0
|
padding-right: 0
|
||||||
.icon--plus:hover
|
.icon--plus
|
||||||
&:after
|
&:after
|
||||||
color: $teal1
|
transform: translateX(35%)
|
||||||
|
display: inline-block
|
||||||
|
a:hover .icon--plus:after
|
||||||
|
color: $teal1
|
||||||
|
|
||||||
.sidebar-list
|
.sidebar-list
|
||||||
margin-top: 1.4rem
|
margin-top: 1.4rem
|
||||||
ul
|
ul
|
||||||
@include resetul
|
@include resetul
|
||||||
background-color: #FAF9F7
|
border-bottom: .46rem solid #FAF9F7
|
||||||
|
background-color: #FAF9F7
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
||||||
|
|
|
@ -94,6 +94,8 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div> --}}
|
</div> --}}
|
||||||
{{else}}
|
{{else}}
|
||||||
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
<div class="spinner-container">
|
||||||
|
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
||||||
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user