ui/src/app/home/home.component.css [1:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.navbar {
    background-color: #1976d2;
    z-index: 10;
    box-shadow: 0 2px 5px 3px rgba(0,0,0,.3);
    margin-bottom: 20px;
    padding-top: 10px;
}

.navbar-brand {
    color: white;
}

.sidebar-sticky {
	position: fixed;
	z-index: 100;
}

.d-md-block {
    display: block !important;
}
.d-none {
    display: none !important;
}

.bankName {
    font-family: 'Open Serif', sans-serif; font-weight: 500;
    font-style: oblique;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ui/src/app/login/login.component.css [1:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.navbar {
    background-color: #1976d2;
    z-index: 10;
    box-shadow: 0 2px 5px 3px rgba(0,0,0,.3);
    margin-bottom: 20px;
    padding-top: 10px;
}

.navbar-brand {
    color: white;
}

.sidebar-sticky {
	position: fixed;
	z-index: 100;
}

.d-md-block {
    display: block !important;
}
.d-none {
    display: none !important;
}

.bankName {
    font-family: 'Open Serif', sans-serif; font-weight: 500;
    font-style: oblique;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



