Project

General

Profile

1
.uk-button {
2
  font-weight: 700;
3
}
4

    
5
.uk-button:not(.uk-button-link) {
6
  text-transform: none;
7
  font-size: 13px;
8
}
9

    
10
.uk-button.uk-button-default:enabled {
11
  border-color: #B5B5B5;
12
  color: currentColor;
13
  background-color: #FFFFFF;
14
}
15

    
16
.uk-button.uk-button-default:hover:enabled {
17
  background-color: #FFFFFF;
18
  border-color: currentColor;
19
}
(1-1/11)