Browse Source

Set font size on beluga buttons

spaghetti 8 years ago
parent
commit
c6af980a05
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      static/styles/beluga/style.css

+ 1
- 0
static/styles/beluga/style.css View File

121
 
121
 
122
 button,input[type=button],input[type=submit] {
122
 button,input[type=button],input[type=submit] {
123
   font-family: 'Source Sans Pro',Helvetica,sans-serif;
123
   font-family: 'Source Sans Pro',Helvetica,sans-serif;
124
+  font-size: 11px;
124
   background-color: #50aca7;
125
   background-color: #50aca7;
125
   padding: 10px 9px;
126
   padding: 10px 9px;
126
   border: none;
127
   border: none;

Loading…
Cancel
Save