(Zie JIRA-ticket EMT-2619.)
(Zie Jira-task KP-67.)
Regel 23: Regel 23:
.ve-ui-mwTemplatePage-description {
.ve-ui-mwTemplatePage-description {
     display: none;
     display: none;
}
/* zie Jira-task KP-67 */
#accesscontrol {
    font-size: larger !important;
    font-weight: bold !important;
}
}



Versie van 16 apr 2024 12:48

/* tooltips calculator GO-Fresh */
.qtip {
    min-width: 600px;
}

/* zie JIRA-ticket EMT-1691*/
.ve-active .emm-hide-me-inside-ve {
    display: none;
}

/* zie JIRA-ticket EMT-2133 */
.button--green {
    background-color: #008345;
}
.button--green a {
   text-decoration: none;
}
.button--green:hover {
    background-color: #035F33;
}

/* zie JIRA-ticket EMT-2619 */
.ve-ui-mwTemplatePage-description {
    display: none;
}

/* zie Jira-task KP-67 */
#accesscontrol {
    font-size: larger !important;
    font-weight: bold !important;
}

/* zie JIRA-ticket EMT-2434 */
.kwzw-kieswijzer-start-btn a:hover {
    background: none !important;
}
.kwzw-kieswijzer-start-btn p > a {
    color: white !important;
}
.kwzw-kieswijzer-start-btn {
    cursor: pointer;  
    vertical-align: middle;  
    max-width: 189px;  
    padding: 13px 25px 2px;  
    text-align: center;  
    float: left;  
    background-color: #006c9a;  
    border: none;  
    color: white;  
    display: inline-block;  
    font-size: 16px;  
    font-weight: 500;
}