119 lines
2.5 KiB
SCSS
119 lines
2.5 KiB
SCSS
@import "theme.scss";
|
|
|
|
.sidebar-container {
|
|
background-color: transparent;
|
|
width: $sidebar-width;
|
|
height: $center-viewport-height;
|
|
margin: 2px;
|
|
|
|
.sidebar-top-container {
|
|
border-radius: 1rem;
|
|
background-color: #1c1c1c;
|
|
height: 9rem;
|
|
margin: 2px 0px;
|
|
padding: 0.1rem 1rem 1rem 1rem;
|
|
position: relative;
|
|
.header {
|
|
font-size: 1.2rem;
|
|
}
|
|
.upload-btn {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 7px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 0.9rem;
|
|
border-radius: 50px;
|
|
border: none;
|
|
height: 2.2rem;
|
|
padding-right: 1rem;
|
|
padding-left: 1rem;
|
|
cursor: pointer;
|
|
transition: background-color 0.3s ease;
|
|
.add-sign {
|
|
font-size: 1.5rem;
|
|
margin-top: auto;
|
|
margin-right: 5px;
|
|
color: white;
|
|
}
|
|
}
|
|
.upload-btn:hover {
|
|
background-color: #9e9e9e;
|
|
}
|
|
.buttons {
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-size: 1.8rem;
|
|
align-items: center;
|
|
transition: all 0.5s;
|
|
cursor: pointer;
|
|
color: grey;
|
|
text-decoration: none;
|
|
}
|
|
.buttons:hover {
|
|
color: white;
|
|
}
|
|
.buttons:last-child {
|
|
margin-left: 0.02rem;
|
|
margin-top: 0.5rem;
|
|
}
|
|
h1 {
|
|
font-size: 0.95rem;
|
|
margin-left: 0.9rem;
|
|
font-weight: 400;
|
|
font-style: $standard-font;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
}
|
|
.sidebar-bottom-container {
|
|
border-radius: 1rem;
|
|
background-color: #1c1c1c;
|
|
margin: 2px 0px;
|
|
margin-top: 6px;
|
|
padding: 0.2rem 1rem 1rem 1rem;
|
|
height: calc(100% - 9rem);
|
|
|
|
.heading {
|
|
display: flex;
|
|
flex-direction: row;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.header {
|
|
font-size: 1.2rem;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.add-playlist {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 0.9rem;
|
|
border-radius: 50px;
|
|
border: none;
|
|
height: 2.2rem;
|
|
padding-right: 2rem;
|
|
padding-left: 2rem;
|
|
cursor: pointer;
|
|
transition: background-color 0.3s ease;
|
|
.add-sign {
|
|
font-size: 1.5rem;
|
|
margin-top: auto;
|
|
margin-right: 5px;
|
|
color: white;
|
|
}
|
|
}
|
|
.add-playlist:hover {
|
|
background-color: #9e9e9e;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|