Changes

Jump to navigation Jump to search
no edit summary
Line 724: Line 724:
   -webkit-animation-delay: 700ms !important;
   -webkit-animation-delay: 700ms !important;
           animation-delay: 700ms !important; }
           animation-delay: 700ms !important; }
.action-box-blue,.action-box-red,.action-box-green,.action-box-orange,.action-box-purple,.action-box-yellow.text-box {
    padding: 4rem;
    font-size: 2rem;
    font-weight: bold;
}
.action-box-blue {
    margin: 0 1% 0 0;
    float: left;
    background-color: #2b3260;
    text-align: center;
    color:#ffffff;
    width:32%;
}
.action-box-red {
    margin: 0 1% 0 0;
    float: left;
    background-color: #bd0000;
    text-align: center;
    color:#ffffff;
    width:32%;
}
.action-box-green {
    margin: 0 1% 0 0;
    float: left;
    background-color: #00bf00;
    text-align: center;
    color:#ffffff;
    width:32%;
}
.action-box-orange {
    margin: 0 1% 0 0;
    float: left;
    background-color: #f1501d;
    text-align: center;
    color:#ffffff;
    width:32%;
}
.action-box-purple {
    margin: 0 1% 0 0;
    float: left;
    background-color: #7433be;
    text-align: center;
    color:#ffffff;
    width:32%;
}
.action-box-yellow {
    margin: 0 1% 0 0;
    float: left;
    background-color: #d9ce59;
    text-align: center;
    color:#ffffff;
    width:32%;
}

Navigation menu