mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 10:42:17 -05:00
[ux] unify button spacings
This commit is contained in:
parent
4175ef1ca7
commit
0edbc24abb
@ -63,6 +63,8 @@
|
||||
height: 25px
|
||||
line-height: 25px
|
||||
min-width: 60px
|
||||
text-transform: capitalize
|
||||
cursor: pointer
|
||||
|
||||
.activeCall
|
||||
transition(height 250ms)
|
||||
|
@ -61,5 +61,5 @@ button, a.button
|
||||
&:hover
|
||||
background: darken($activeBlue, 30%)
|
||||
|
||||
.enableAlerts
|
||||
margin-right: 5px
|
||||
.installFirefox, .addContact
|
||||
margin-left: 5px
|
@ -717,6 +717,8 @@ h3 {
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
min-width: 60px;
|
||||
text-transform: capitalize;
|
||||
cursor: pointer;
|
||||
}
|
||||
.conversation header .activeCall {
|
||||
-webkit-transition: height 250ms;
|
||||
@ -1072,8 +1074,9 @@ button:hover,
|
||||
a.button:hover {
|
||||
background: #007aa7;
|
||||
}
|
||||
.enableAlerts {
|
||||
margin-right: 5px;
|
||||
.installFirefox,
|
||||
.addContact {
|
||||
margin-left: 5px;
|
||||
}
|
||||
#wrapper {
|
||||
position: relative !important;
|
||||
|
Loading…
Reference in New Issue
Block a user