mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 02:59:10 -04:00
11 lines
284 B
SCSS
Vendored
11 lines
284 B
SCSS
Vendored
.carousel{
|
|
&.carousel-full-nagivation{
|
|
.left{
|
|
cursor: url("../../img/arrow-left.png"), url("../../img/arrow-left.cur"), default !important;
|
|
}
|
|
.right{
|
|
cursor: url("../../img/arrow-right.png"), url("../../img/arrow-right.cur"), default !important;
|
|
}
|
|
}
|
|
}
|