Completato setup iniziale componenti (from BBM)

This commit is contained in:
Samuele Locatelli
2021-05-15 16:17:43 +02:00
parent 8db8c626dc
commit d32eb0b686
24 changed files with 854 additions and 48 deletions
+30 -4
View File
@@ -9,15 +9,15 @@
}
.sidebar {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
background-image: linear-gradient(180deg, rgb(5, 39, 103) 20%, #3aa6ff 90%);
}
.top-row {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
/*justify-content: space-evenly;
display: flex;*/
align-items: center;
}
@@ -31,6 +31,26 @@
text-overflow: ellipsis;
}
.bottom-row {
color: #dedede;
background-color: #000000;
/*border-bottom: 1px solid #313131;*/
/*justify-content: flex-end;*/
height: 2rem;
/*display: flex;*/
align-items: center;
}
.bottom-row ::deep a, .top-row .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
}
.bottom-row a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
.top-row:not(.auth) {
display: none;
@@ -63,8 +83,14 @@
z-index: 1;
}
.bottom-row {
position: fixed;
bottom: 0;
z-index: 1;
}
.main > div {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
}