regluit/static/scss/manage_campaign.scss

48 lines
658 B
SCSS
Raw Normal View History

2018-01-30 20:31:20 +00:00
@import "variables.scss";
@import "campaign_tabs.scss";
@import "book_detail.scss";
.preview_campaign {
float: right;
margin-right: 40px;
}
input[name="launch"] {
2018-02-03 03:34:54 +00:00
display: none;
2018-01-30 20:31:20 +00:00
}
#launchme {
margin: 15px auto;
}
#premium_add {
span, input[type="text"], textarea {
float: left;
}
2018-02-03 03:34:54 +00:00
2018-01-30 20:31:20 +00:00
input[type="submit"] {
float: right;
}
input[type="text"] {
width: 33%;
}
2018-02-03 03:34:54 +00:00
2018-01-30 20:31:20 +00:00
textarea {
width: 60%;
}
2018-02-03 03:34:54 +00:00
2018-01-30 20:31:20 +00:00
.premium_add_label {
width: 30%;
margin-right: 2%;
}
2018-02-03 03:34:54 +00:00
2018-01-30 20:31:20 +00:00
.premium_field_label {
width: 1%;
margin-left: -1%;
}
}
div.edition_form {
margin-bottom: 2em;
}