15 lines
244 B
CSS
Vendored
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;
|
|
} |