File: /var/www/html/taxicamera/old/public/front_assets/css/editor.css
/*===editor start===*/
.newPost {
margin:0;
padding:20px;
width: 100%;
max-width: 800px;
min-width: 480px;
background: #FFF;
font-family: 'Asap', sans-serif;
}
.newPost h3 {
margin: 0px 0px 20px 0px;
font-size: 30px;
color: #2E3641;
}
.newPost input[type="text"] {
padding-left: 15px;
width: 100%;
height: 45px;
border: 1px solid #C1CFD9;
box-shadow: inset 0px 0px 3px #C1CFD9;
outline: none;
font-family: 'Bree Serif', serif;
font-size: 24px;
color: #C1CFD9;
margin-bottom: 20px;
}
.newPost .toolbar {
background: #2E3641;
}
.newPost .toolbar button {
float: left;
width: 45px;
height: 45px;
background: #2E3641;
border: none;
border-right: 1px solid #434f5f;
color: #C1CFD9;
outline: none;
}
.newPost .toolbar button:hover {
background: #394250;
color: #b1c3cf;
}
.newPost .toolbar .customSelect {
float: right;
position: relative;
}
.newPost .toolbar .customSelect select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
border: none;
background: #2E3641;
height: 45px;
padding-left: 10px;
padding-right: 25px;
color: #C1CFD9;
border-left: 1px solid #434f5f;
outline: none;
font-weight: bold;
cursor: pointer;
}
.newPost .toolbar .customSelect select:hover {
background: #394250;
color: #b1c3cf;
}
.newPost .toolbar .customSelect:after {
content: "\f0dc";
font-family: "FontAwesome";
color: #C1CFD9;
position: absolute;
right: 10px;
top: 15px;
}
.newPost .toolbar:after {
content: '';
display: block;
clear: both;
}
.newPost .editor {
min-height: 300px;
width: 100%;
resize: none;
border: 1px solid #C1CFD9;
box-shadow: inset 0px 0px 3px #C1CFD9;
outline: none;
padding: 15px;
margin-bottom: 20px;
position: relative;
}
.newPost .editor .saved {
position: absolute;
bottom: 0;
right: 0;
display: block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
color: #FFF;
text-transform: uppercase;
background: #C1CFD9;
font-weight: bold;
border-top-left-radius: 15px;
}
.newPost .buttons {
float: right;
}
.newPost .buttons button {
float: left;
width: 120px;
height: 45px;
border: none;
color: #FFF;
text-transform: uppercase;
outline: none;
margin-right: 20px;
font-weight: bold;
background: #C1CFD9;
text-decoration: none;
}
.newPost .buttons button:last-of-type {
margin-right: 0px;
background: #F97E76;
}
.newPost .buttons button:last-of-type:hover {
background: #fa958e;
}
.newPost .buttons button:active {
box-shadow: inset 0px 4px rgba(0, 0, 0, 0.05);
}
.newPost .buttons button:hover {
background: #d1dbe3;
}
.newPost .buttons:after {
content: '';
display: block;
clear: both;
}
.newPost:after {
content: '';
display: block;
clear: both;
}
/*===editor end===*/