styled upload form
This commit is contained in:
@ -4,67 +4,20 @@
|
||||
background-color: transparent;
|
||||
width: 22rem;
|
||||
height: calc(100% - 75px);
|
||||
}
|
||||
|
||||
.sidebar-top-container {
|
||||
border-radius: 1rem;
|
||||
background-color: #1c1c1c;
|
||||
height: 9rem;
|
||||
margin: 3px;
|
||||
padding: 0.1rem 1rem 1rem 1rem;
|
||||
}
|
||||
|
||||
.sidebar-top-container .header {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.sidebar-top-container .buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
font-size: 1.8rem;
|
||||
align-items: center;
|
||||
transition: all 0.5s;
|
||||
cursor: pointer;
|
||||
color: grey;
|
||||
}
|
||||
.sidebar-top-container .buttons:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.sidebar-top-container .buttons:last-child {
|
||||
margin-left: 0.02rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.sidebar-top-container 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: 3px;
|
||||
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;
|
||||
|
||||
.sidebar-top-container {
|
||||
border-radius: 1rem;
|
||||
background-color: #1c1c1c;
|
||||
height: 9rem;
|
||||
margin: 3px;
|
||||
padding: 0.1rem 1rem 1rem 1rem;
|
||||
position: relative;
|
||||
.header {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.add-playlist {
|
||||
.upload-btn {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 7px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
@ -73,8 +26,8 @@
|
||||
border-radius: 50px;
|
||||
border: none;
|
||||
height: 2.2rem;
|
||||
padding-right: 2rem;
|
||||
padding-left: 2rem;
|
||||
padding-right: 1rem;
|
||||
padding-left: 1rem;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
.add-sign {
|
||||
@ -84,8 +37,79 @@
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.add-playlist:hover {
|
||||
.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;
|
||||
}
|
||||
.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: 3px;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user