🐉 Drag and Drop scaffold
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user