mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
94 lines
1.1 KiB
CSS
94 lines
1.1 KiB
CSS
body, h1, h2, h3
|
|
{
|
|
font-family: 'Hind', sans-serif;
|
|
}
|
|
|
|
h1
|
|
{
|
|
font-size: 48px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
h1 a
|
|
{
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
|
|
#page-content
|
|
{
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.build-group-title
|
|
{
|
|
font-size: 22px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.build-group-title .icon
|
|
{
|
|
font-size: 0.6em;
|
|
vertical-align: 3px;
|
|
display: inline-block;
|
|
margin-left: 0.3em;
|
|
}
|
|
|
|
.label-build-status
|
|
{
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.field-validation-error
|
|
{
|
|
color: #ff4136;
|
|
}
|
|
|
|
.form-details label
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
#page-footer
|
|
{
|
|
font-size: 12px;
|
|
margin-top: 3em;
|
|
}
|
|
|
|
.form-horizontal .control-label
|
|
{
|
|
padding-top: 8px;
|
|
}
|
|
|
|
label, .control-label, .help-block, .checkbox, .radio
|
|
{
|
|
font-size: 14px;
|
|
}
|
|
|
|
.btn-reset
|
|
{
|
|
padding: 9px 0 7px;
|
|
}
|
|
|
|
.table .btn
|
|
{
|
|
padding: 4px 9px;
|
|
}
|
|
|
|
.table-admin h4
|
|
{
|
|
margin: .1em 0;
|
|
}
|
|
|
|
.table-admin > tbody > tr > th,
|
|
.table-admin > tbody > tr > td
|
|
{
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.trumbowyg-box.trumbowyg, .trumbowyg-editor.trumbowyg
|
|
{
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|