You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import "compass/css3/border-radius"; |
|
@import "compass/css3/box-shadow"; |
|
@import "compass/css3/text-shadow"; |
|
|
|
.navbar .brand { |
|
color: #53d4ff; |
|
@include text-shadow( |
|
0 1px 0 rgba(0, 0, 0, 0.6), |
|
0 0 6px rgba(143, 181, 200, 1), |
|
0 0 10px rgba(143, 181, 200, .7) |
|
); |
|
}
|
|
|