(Zie Jira-task KP-67.)
nl>Jethro
(Is door Maickel toegevoegd in app-base.css dus kan hier weg.)
Regel 6: Regel 6:
/* zie JIRA-ticket EMT-1691*/
/* zie JIRA-ticket EMT-1691*/
.ve-active .emm-hide-me-inside-ve {
.ve-active .emm-hide-me-inside-ve {
     display: none;
     display: none !important;
}
}


Regel 12: Regel 12:
.button--green {
.button--green {
     background-color: #008345;
     background-color: #008345;
}
.button--green a {
  text-decoration: none;
}
.button--green:hover {
    background-color: #035F33;
}
}


Regel 29: Regel 23:
     font-size: larger !important;
     font-size: larger !important;
     font-weight: bold !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;
}
}

Versie van 25 sep 2024 13:44

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

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

/* zie JIRA-ticket EMT-2133 */
.button--green {
    background-color: #008345;
}

/* 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;
}