add content wip
This commit is contained in:
parent
5e363fd4c8
commit
8dca0494b6
File diff suppressed because one or more lines are too long
@ -8,17 +8,25 @@
|
||||
}
|
||||
|
||||
.tac {
|
||||
text-align: center;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.tar {
|
||||
text-align: right;
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.normal {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.col {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
|
||||
@ -4,7 +4,7 @@ button,
|
||||
$shadowOffset: 2px;
|
||||
|
||||
position: relative;
|
||||
padding: 10px 10px 8px 10px;
|
||||
padding: 10px 13px 8px 10px;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
@ -31,6 +31,14 @@ button,
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&.btn-neutral {
|
||||
color: #AAA;
|
||||
background: $neutralGrey;
|
||||
box-shadow: 0 $shadowOffset 0 0 darken($neutralGrey, 10%);
|
||||
&:hover { box-shadow: 0 $shadowOffset 0 1px #222 inset; background: darken($neutralGrey, 10%); }
|
||||
&:focus { background: darken($neutralGrey, 20%); }
|
||||
}
|
||||
|
||||
&.btn-info {
|
||||
background: $info;
|
||||
box-shadow: 0 $shadowOffset 0 0 darken($info, 20%);
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<label for="content-add-object-input-upload" class="btn-upload hidden">
|
||||
<input type="file" name="object" id="content-add-object-input-upload" class="content-add-object-input" disabled="disabled"/>
|
||||
<span class="btn btn-info">
|
||||
<span class="btn btn-neutral normal">
|
||||
<i class="fa fa-file-import"></i>
|
||||
{{ l.slideshow_content_form_button_upload }}
|
||||
</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user