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.
21 lines
558 B
21 lines
558 B
/*******************************
|
|
Overrides
|
|
*******************************/
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
|
|
|
|
.ui.labeled.icon.buttons > .button > .icon,
|
|
.ui.labeled.icon.button > .icon {
|
|
box-shadow:
|
|
-1px 0px 0px 0px rgba(255, 255, 255, 0.2) inset,
|
|
-1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset
|
|
;
|
|
}
|
|
|
|
.ui.right.labeled.icon.buttons .button .icon,
|
|
.ui.right.labeled.icon.button .icon {
|
|
box-shadow:
|
|
1px 0px 0px 0px rgba(255, 255, 255, 0.2) inset,
|
|
1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset
|
|
;
|
|
}
|