aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/chubby/elements/button.overrides
blob: 141f2d1057766b70ae967988b36e05a68ef484b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*******************************
           Overrides
*******************************/

@import url(https://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
  ;
}