<div class="container-fluid text-center">
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<div class="new-message-box">
<div class="new-message-box-alert">
<div class="info-tab tip-icon-alert" title="error"><i></i></div>
<div class="tip-box-alert">
<p>Ha ocurrido un problema por favor
<a class="btn btn-sm" href="555"> intente nuevamente</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<div class="new-message-box">
<div class="new-message-box-danger">
<div class="info-tab tip-icon-danger" title="error"><i></i></div>
<div class="tip-box-danger">
<p>Ha ocurrido un problema por favor
<a class="btn btn-sm" href="555"> intente nuevamente</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<div class="new-message-box">
<div class="new-message-box-success">
<div class="info-tab tip-icon-success" title="success"><i></i></div>
<div class="tip-box-success">
<p>Ha ocurrido un problema por favor
<a class="btn btn-sm" href="555"> intente nuevamente</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<div class="new-message-box">
<div class="new-message-box-warning">
<div class="info-tab tip-icon-warning" title="error"><i></i></div>
<div class="tip-box-warning">
<p>Ha ocurrido un problema por favor
<a class="btn btn-sm" href="555"> intente nuevamente</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<div class="new-message-box">
<div class="new-message-box-info">
<div class="info-tab tip-icon-info" title="error"><i></i></div>
<div class="tip-box-info">
<p>Ha ocurrido un problema por favor
<a class="btn btn-sm" href="555"> intente nuevamente</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
@media only screen and (min-width : 320px) {
}
@media only screen and (min-width : 480px) {
}
@media only screen and (min-width : 768px) {
}
@media only screen and (min-width : 992px) {
}
@media only screen and (min-width : 1200px) {
}
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 992px) {
}
@media only screen and (max-width : 768px) {
}
@media only screen and (max-width : 480px) {
}
@media only screen and (max-width : 320px) {
}
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 979px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 480px) {
}
@media only screen and (max-width : 320px) {
}
@media only screen and (min-width:960px){
}
@media only screen and (min-width:1440px){
}
@media only screen and (min-width:2000px){
}
@media only screen and (max-device-width:480px){
}
@media only screen and (device-width:768px){
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
}
.new-message-box {
margin: 15px 0;
padding-left: 20px;
margin-bottom: 25px!important;
}
.new-message-box p{
font-size: 1.15em;
font-weight: 600;
}
.info-tab {
width: 40px;
height: 40px;
display: inline-block;
position: relative;
top: 8px;
}
.info-tab {
float: left;
margin-left: -23px;
}
.info-tab i::before {
width: 24px;
height: 24px;
box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.info-tab i::after {
width: 0;
height: 0;
border: 12px solid transparent;
border-bottom-color: #fff;
border-left-color: #fff;
bottom: -18px;
}
.info-tab i::before, .info-tab i::after {
content: "";
display: inline-block;
position: absolute;
left: 0;
bottom: -17px;
transform: rotateX(60deg);
}
.note-box, .warning-box, .tip-box-success, .tip-box-danger, .tip-box-warning, .tip-box-info, .tip-box-alert {
padding: 12px 8px 3px 26px;
}
.new-message-box-success {
background: #eeeeee;
padding: 3px;
margin: 10px 0;
}
.tip-icon-success {
background: #8BC34A;
}
.tip-box-success {
color: #33691E;
background: #DCEDC8;
}
.tip-icon-success::before {
font-size: 25px;
content:"\f00c";
top: 8px;
left: 11px;
font-family: FontAwesome;
position: absolute;
color: white;
}
.tip-icon-success i::before {
background: #8BC34A;
}
.new-message-box-danger {
background: #eeeeee;
padding: 3px;
margin: 10px 0;
}
.tip-icon-danger {
background: #f44336;
}
.tip-box-danger {
color: #b71c1c;
background: #FFCCBC;
}
.tip-icon-danger::before {
font-size: 25px;
content:"\f00d";
top: 8px;
left: 11px;
font-family: FontAwesome;
position: absolute;
color: white;
}
.tip-icon-danger i::before {
background: #f44336;
}
.new-message-box-warning {
background: #eeeeee;
padding: 3px;
margin: 10px 0;
}
.tip-icon-warning {
background: #FFEB3B;
}
.tip-box-warning {
color: #212121;
background: #FFF9C4;
}
.tip-icon-warning::before {
font-size: 25px;
content:"\f071";
top: 8px;
left: 11px;
font-family: FontAwesome;
position: absolute;
color: #212121;
}
.tip-icon-warning i::before {
background: #FFEB3B;
}
.new-message-box-info {
background: #eeeeee;
padding: 3px;
margin: 10px 0;
}
.tip-box-info {
color: #01579B;
background: #B3E5FC;
}
.tip-icon-info {
background: #03A9F4;
}
.tip-icon-info::before {
font-size: 25px;
content:"\f129";
top: 8px;
left: 11px;
font-family: FontAwesome;
position: absolute;
color: white
}
.tip-icon-info i::before {
background: #03A9F4;
}
.new-message-box-alert {
background: #FF6F00;
padding: 3px;
margin: 10px 0;
}
.tip-box-alert {
color: #212121;
background: #FFF8E1;
}
.tip-icon-alert {
background: #FF6F00;
}
.tip-icon-alert::before {
font-size: 25px;
content:"\f06a";
top: 8px;
left: 11px;
font-family: FontAwesome;
position: absolute;
color: white
}
.tip-icon-alert i::before {
background: #FF6F00;
}
body {
background-color:#ffffff;
}
View Compiled