Removed radius on buttons and profile message container, styled buttons to new colors, increased top-padding on profile #main div
This commit is contained in:
parent
6492fdccb1
commit
6a011f3c88
|
@ -7,9 +7,7 @@
|
||||||
padding: 5px 10px
|
padding: 5px 10px
|
||||||
border: 1px solid #d4d4d4
|
border: 1px solid #d4d4d4
|
||||||
margin: 0
|
margin: 0
|
||||||
@include border-radius(4px)
|
background-color: #E9E9E7
|
||||||
background-color: #ececec
|
|
||||||
@include background(linear-gradient(#f4f4f4, #ececec))
|
|
||||||
background-clip: padding-box
|
background-clip: padding-box
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
outline: none
|
outline: none
|
||||||
|
@ -23,10 +21,9 @@
|
||||||
.button:focus,
|
.button:focus,
|
||||||
.button:active,
|
.button:active,
|
||||||
.button.active
|
.button.active
|
||||||
border-color: #2356c4
|
border-color: #d4d4d4
|
||||||
border-bottom-color: #2a65a0
|
border-bottom-color: #2a65a0
|
||||||
background-color: #4a80f3
|
background-color: #40454f
|
||||||
@include background(linear-gradient(#6699fa, #4a80f3))
|
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
color: #fff
|
color: #fff
|
||||||
|
|
||||||
|
@ -34,6 +31,5 @@
|
||||||
.button.active
|
.button.active
|
||||||
border-color: #2a65a0
|
border-color: #2a65a0
|
||||||
border-bottom-color: #2356c4
|
border-bottom-color: #2356c4
|
||||||
background-color: #4a80f3
|
background-color: #40454f
|
||||||
@include background(linear-gradient(#4a80f3, #6699fa))
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
#profile
|
#profile
|
||||||
#main
|
#main
|
||||||
|
padding-top: 40px
|
||||||
|
|
||||||
h3
|
h3
|
||||||
height: 19px
|
height: 19px
|
||||||
line-height: 19px
|
line-height: 19px
|
||||||
|
@ -37,7 +39,6 @@
|
||||||
padding: 10px 10px
|
padding: 10px 10px
|
||||||
color: $color-text-light
|
color: $color-text-light
|
||||||
border: 1px solid #DDD
|
border: 1px solid #DDD
|
||||||
@include border-radius(4px)
|
|
||||||
|
|
||||||
.sync_now
|
.sync_now
|
||||||
float: right
|
float: right
|
||||||
|
|
Loading…
Reference in New Issue
Block a user