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