add border-bottom-mixin

This commit is contained in:
Lisa Passing 2015-02-06 15:50:19 +01:00
parent e784301bb0
commit 559bfd8ab2
2 changed files with 5 additions and 3 deletions

View File

@ -22,3 +22,6 @@
padding: 0
list-style: none
@mixin border-bottom-radius($radius)
border-bottom-left-radius: $radius
border-bottom-right-radius: $radius

View File

@ -31,6 +31,7 @@
.menu
@include resetul
@include border-bottom-radius(4px)
z-index: 1000
display: none
position: absolute
@ -38,8 +39,6 @@
top: -4px
width: 140px
background-color: #a6adad
border-bottom-left-radius: 4px
border-bottom-right-radius: 4px
a
display: block
color: $white
@ -48,7 +47,7 @@
&:hover:not(.disabled)
background-color: #909393
&:last-child
border-bottom-radius: 4px
@include border-bottom-radius(4px)
&.disabled
cursor: default
color: $color-link-disabled