blue-twilight/public/themes/base/css/app.css
2016-09-02 21:27:50 +01:00

15 lines
244 B
CSS
Vendored

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
* {
font-family: Raleway, sans-serif;
}
.form-actions {
text-align: right;
}
.tab-content {
border: solid 1px #ddd;
border-top: 0;
padding: 10px;
}