Theo Alves Da Costa
Safety check on non sourced answers + theme
46e3999
raw
history blame
No virus
741 Bytes
.warning-box {
background-color: #fff3cd;
border: 1px solid #ffeeba;
border-radius: 4px;
padding: 15px 20px;
font-size: 14px;
color: #856404;
display: inline-block;
margin-bottom: 15px;
}
.tip-box {
background-color: #f0f9ff;
border: 1px solid #80d4fa;
border-radius: 4px;
margin-top:20px;
padding: 15px 20px;
font-size: 14px;
color: #006064;
display: inline-block;
margin-bottom: 15px;
width: auto;
}
.tip-box-title {
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
}
.light-bulb {
display: inline;
margin-right: 5px;
}
.gr-box {border-color: #d6c37c}
#hidden-message{
display:none;
}
.message{
font-size:14px !important;
}