🐉 Drag and Drop scaffold

This commit is contained in:
2021-09-30 11:53:04 -07:00
parent c134d2fc49
commit ebd5a8b95d
72 changed files with 2112 additions and 90 deletions

View File

@@ -294,24 +294,36 @@ $border-color: red;
}
}
}
.carousel-status {
position: absolute;
background-color: #999;
text-shadow: none;
border-radius: 5px;
top: 10px;
right: 30px;
padding: 5px;
font-size: 10px;
color: #fff;
}
// next and prev controls
.control-next {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
&:hover {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
&:hover {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
}
}
.control-prev {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
&:hover {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
&:hover {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
}
}
}
// airdcpp downloads tab
.tabs {