Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1371 → Rev 1524

/branches/v3/impl/src/web/css/estg/lavish-bootstrap.css
4272,10 → 4272,33
right: -21px;
color: inherit; }
 
 
 
@keyframes alert-success {
from { opacity: 1; }
to { opacity: 0.4; }
}
 
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d; }
 
 
.alert-success
{
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
animation: alert-success 0.5s cubic-bezier(.2, 0, 1, 1) infinite alternate;
 
/*
-webkit-animation-name: waitPost !important;
-webkit-animation-iteration-count: infinite !important;
-webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1) !important;
-webkit-animation-duration: 1.7s !important;*/
 
}
.alert-success hr {
border-top-color: #c9e2b3; }
.alert-success .alert-link {
4290,19 → 4313,60
.alert-info .alert-link {
color: #245269; }
 
/*
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b; }
*/
@keyframes alert-warning {
from { opacity: 1; }
to { opacity: 0.4; }
}
.alert-warning
{
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
animation: alert-warning 0.5s cubic-bezier(.2, 0, 1, 1) infinite alternate;
 
/*
-webkit-animation-name: waitPost !important;
-webkit-animation-iteration-count: infinite !important;
-webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1) !important;
-webkit-animation-duration: 1.7s !important;*/
 
}
 
.alert-warning hr {
border-top-color: #f7e1b5; }
.alert-warning .alert-link {
color: #66512c; }
 
/*
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442; }
*/
@keyframes alert-danger {
from { opacity: 1; }
to { opacity: 0.4; }
}
.alert-danger
{
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
animation: alert-danger 0.5s cubic-bezier(.2, 0, 1, 1) infinite alternate;
 
/*
-webkit-animation-name: waitPost !important;
-webkit-animation-iteration-count: infinite !important;
-webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1) !important;
-webkit-animation-duration: 1.7s !important;*/
 
}
.alert-danger hr {
border-top-color: #e4b9c0; }
.alert-danger .alert-link {