tweak font sizes and stuff
This commit is contained in:
parent
13fc4e83e5
commit
5ddb4df521
|
@ -29,6 +29,16 @@
|
|||
.sync-spinner
|
||||
margin-right: .5em
|
||||
|
||||
.profile-main
|
||||
.sync-button
|
||||
button
|
||||
max-width: none
|
||||
font-size: $font-size-sm
|
||||
.sync-last
|
||||
font-size: $font-size-sm
|
||||
color: #adaaab
|
||||
margin-left: .8rem
|
||||
|
||||
.sync-last
|
||||
display: inline-block
|
||||
margin: 0
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
.main
|
||||
margin: auto
|
||||
max-width: 1024px
|
||||
padding-left: 0 !important
|
||||
padding-right: 0 !important
|
||||
|
||||
.main,
|
||||
.profile-view
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
|
||||
.profile-main
|
||||
|
||||
header
|
||||
h1
|
||||
margin: 0 1.7rem 0 0
|
||||
|
@ -100,6 +99,12 @@ p.profile-user-last
|
|||
margin-top: .5em
|
||||
|
||||
|
||||
.profile-orglist
|
||||
@media #{$large-up}
|
||||
padding-right: 10em
|
||||
aside
|
||||
padding: 0
|
||||
|
||||
.profile-hooklist
|
||||
@include resetul
|
||||
font-size: $font-size-m
|
||||
|
@ -132,6 +137,7 @@ p.profile-user-last
|
|||
width: grid-calc(14, 24)
|
||||
padding: .25em .5em .3em
|
||||
white-space: nowrap
|
||||
overflow: hidden
|
||||
span
|
||||
display: none
|
||||
margin-left: 2rem
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{{else}}
|
||||
<div class="sync-button">
|
||||
<button {{action sync}} class="button">
|
||||
<span class="icon icon-sync"></span>Sync all users
|
||||
<span class="icon icon-sync"></span>Sync for all users
|
||||
</button>
|
||||
<p class="sync-last">last synced {{format-time user.syncedAt}}</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user