This commit is contained in:
zaccaria.majid
2023-03-17 15:36:28 +01:00
parent 6838db7864
commit 4073cc7a80
2 changed files with 68 additions and 58 deletions
@@ -1,55 +1,63 @@
.navbar-toggler {
background-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.1);
}
.top-row {
height: 3.5rem;
background-color: rgba(0, 0, 0, 0.4);
height: 3.5rem;
background-color: rgba(0, 0, 0, 0.4);
}
.oi {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item {
font-size: 0.9rem;
padding-bottom: 0.5rem;
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
/*.nav-item:first-of-type {
/*.nav-item:first-of-type {
padding-top: 1rem;
}*/
/*.nav-item:last-of-type {
/*.nav-item:last-of-type {
padding-bottom: 1rem;
}*/
.nav-item ::deep a {
color: #29b6f6;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item ::deep a.active {
background-color: #2962ff;
color: white;
}
.nav-item ::deep a:hover {
background-color: #2962ff;
color: white;
}
.nav-item ::deep a {
color: #29b6f6;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item ::deep a.active {
background-color: #2962ff;
color: white;
}
.nav-item ::deep a:hover {
background-color: #2962ff;
color: white;
}
@media (min-width: 641px) {
.navbar-toggler {
display: none;
}
.collapse {
/* Never collapse the sidebar for wide screens */
display: block;
}
.navbar-toggler {
display: none;
}
.collapse {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
.btnLogout {
border: none;
background-color: #29b6f6;
margin-left: 1rem;
padding: 0.2rem;
border-radius: 0.3rem;
border: none;
background-color: #29b6f6;
margin-left: 1rem;
padding: 0.2rem;
border-radius: 0.3rem;
}
+21 -19
View File
@@ -1,26 +1,28 @@
.tabActive {
/*margin-bottom: 1rem;*/
padding: 0.3rem 0.8rem 0.3rem 0.8rem;
border-radius: 0.8rem 0.8rem 0 0;
cursor: pointer;
background-color: #fff;
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 1px solid black;
outline: 1px solid white;
/*margin-bottom: 1rem;*/
padding: 0.3rem 0.8rem 0.3rem 0.8rem;
border-radius: 0.8rem 0.8rem 0 0;
cursor: pointer;
background-color: #fff;
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 1px solid black;
outline: 1px solid white;
}
.tab {
background-color: #D9D9D9;
padding: 0.3rem 0.8rem 0.3rem 0.8rem;
border-radius: 0.8rem 0.8rem 0 0;
cursor: pointer;
/*
background-color: #D9D9D9;
padding: 0.3rem 0.8rem 0.3rem 0.8rem;
border-radius: 0.8rem 0.8rem 0 0;
cursor: pointer;
/*
box-shadow: rgb(0 0 0 / 20%) 0px 5px 9px 0px inset;*/
}
.listContainer {
border-left: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
padding: 2rem;
border-left: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
padding: 2rem;
}