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 'bootstrap-tagsinput.css';
|
||||||
@import 'campaign';
|
@import 'campaign';
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
@ -1,5 +1,5 @@
|
|||||||
section {
|
body {
|
||||||
margin-top: 70px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
@ -11,8 +11,7 @@ ul {
|
|||||||
font-size: .85em;
|
font-size: .85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// $medgray: #3A9AC9;
|
||||||
$medgray: #3A9AC9;
|
|
||||||
|
|
||||||
.videolisting {
|
.videolisting {
|
||||||
label {
|
label {
|
||||||
@ -52,7 +51,6 @@ $medgray: #3A9AC9;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.campaigns {
|
.campaigns {
|
||||||
input, select, textarea {
|
input, select, textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -102,11 +100,10 @@ $medgray: #3A9AC9;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#error_explanation ul{
|
#error_explanation ul{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.help-inline {
|
span.help-inline {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user