10 lines
336 B
CSS
10 lines
336 B
CSS
.bre-settings h2 {
|
|
border-bottom: 1px solid #ddd;
|
|
padding-bottom: 5px;
|
|
margin-top: 30px;
|
|
}
|
|
.bre-provider-row { display: none; }
|
|
.bre-provider-row.active { display: table-row; }
|
|
.bre-test-result { margin-left: 10px; font-weight: bold; }
|
|
.bre-test-result.success { color: #46b450; }
|
|
.bre-test-result.error { color: #dc3232; }
|