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
|
||||
border: 1px solid #d4d4d4
|
||||
margin: 0
|
||||
@include border-radius(4px)
|
||||
background-color: #ececec
|
||||
@include background(linear-gradient(#f4f4f4, #ececec))
|
||||
background-color: #E9E9E7
|
||||
background-clip: padding-box
|
||||
cursor: pointer
|
||||
outline: none
|
||||
|
@ -23,10 +21,9 @@
|
|||
.button:focus,
|
||||
.button:active,
|
||||
.button.active
|
||||
border-color: #2356c4
|
||||
border-color: #d4d4d4
|
||||
border-bottom-color: #2a65a0
|
||||
background-color: #4a80f3
|
||||
@include background(linear-gradient(#6699fa, #4a80f3))
|
||||
background-color: #40454f
|
||||
text-decoration: none
|
||||
color: #fff
|
||||
|
||||
|
@ -34,6 +31,5 @@
|
|||
.button.active
|
||||
border-color: #2a65a0
|
||||
border-bottom-color: #2356c4
|
||||
background-color: #4a80f3
|
||||
@include background(linear-gradient(#4a80f3, #6699fa))
|
||||
background-color: #40454f
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#profile
|
||||
#main
|
||||
padding-top: 40px
|
||||
|
||||
h3
|
||||
height: 19px
|
||||
line-height: 19px
|
||||
|
@ -37,7 +39,6 @@
|
|||
padding: 10px 10px
|
||||
color: $color-text-light
|
||||
border: 1px solid #DDD
|
||||
@include border-radius(4px)
|
||||
|
||||
.sync_now
|
||||
float: right
|
||||
|
|
Loading…
Reference in New Issue
Block a user