﻿.icon-drawer {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('images/icons/icon-drawer.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.icon-dark-mode {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('images/icons/icon-dark-mode.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}