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