editor error message

This commit is contained in:
Mo Bitar
2017-01-26 19:59:55 -06:00
parent b7492176d1
commit 3029a97c0e
4 changed files with 52 additions and 48 deletions

View File

@@ -1,27 +1,71 @@
.pull-left {
float: left;
float: left !important;
}
.pull-right {
float: right;
float: right !important;
}
.mt-5 {
margin-top: 5px;
margin-top: 5px !important;
}
.mt-10 {
margin-top: 10px;
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px;
margin-top: 15px !important;
}
.faded {
opacity: 0.5;
}
.center-align {
text-align: center !important;
}
.center {
margin-left: auto !important;
margin-right: auto !important;
}
.block {
display: block !important;
}
.wrap {
word-wrap: break-word;
}
.one-line-overflow {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.small-v-space {
height: 6px;
display: block;
}
.medium-padding {
padding: 10px !important;
}
.large-padding {
padding: 15px !important;
}
.red {
color: red !important;
}
.bold {
font-weight: bold !important;
}
.footer-bar {
position: relative;
width: 100%;
@@ -93,46 +137,6 @@
margin-bottom: 10px;
border-radius: 0px;
}
.center-align {
text-align: center;
}
.center {
margin-left: auto;
margin-right: auto;
}
.block {
display: block;
}
.wrap {
word-wrap: break-word;
}
.one-line-overflow {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.small-v-space {
height: 6px;
display: block;
}
.medium-padding {
padding: 10px;
}
.large-padding {
padding: 15px;
}
.red {
color: red;
}
}
.footer-bar-link {