removed margin from section and added to body
This commit is contained in:
parent
ef83999fc9
commit
7b30af0684
@ -6,4 +6,4 @@
|
||||
@import 'bootstrap-tagsinput.css';
|
||||
@import 'campaign';
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
@ -1,5 +1,5 @@
|
||||
section {
|
||||
margin-top: 70px;
|
||||
body {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
ul {
|
||||
@ -11,8 +11,7 @@ ul {
|
||||
font-size: .85em;
|
||||
}
|
||||
|
||||
|
||||
$medgray: #3A9AC9;
|
||||
// $medgray: #3A9AC9;
|
||||
|
||||
.videolisting {
|
||||
label {
|
||||
@ -52,7 +51,6 @@ $medgray: #3A9AC9;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.campaigns {
|
||||
input, select, textarea {
|
||||
width: 100%;
|
||||
@ -102,11 +100,10 @@ $medgray: #3A9AC9;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#error_explanation ul{
|
||||
display: none;
|
||||
}
|
||||
|
||||
span.help-inline {
|
||||
color: #f00;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user