Prvi commit
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/01.png
vendored
Normal file
|
After Width: | Height: | Size: 100 B |
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/02.png
vendored
Normal file
|
After Width: | Height: | Size: 103 B |
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/03.png
vendored
Normal file
|
After Width: | Height: | Size: 99 B |
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/04.png
vendored
Normal file
|
After Width: | Height: | Size: 101 B |
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/05.png
vendored
Normal file
|
After Width: | Height: | Size: 103 B |
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/06.png
vendored
Normal file
|
After Width: | Height: | Size: 101 B |
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/07.png
vendored
Normal file
|
After Width: | Height: | Size: 105 B |
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/08.png
vendored
Normal file
|
After Width: | Height: | Size: 108 B |
BIN
EveryThing/wwwroot/vendor/libs/vegas/overlays/09.png
vendored
Normal file
|
After Width: | Height: | Size: 100 B |
535
EveryThing/wwwroot/vendor/libs/vegas/vegas.css
vendored
Normal file
1
EveryThing/wwwroot/vendor/libs/vegas/vegas.js
vendored
Normal file
29
EveryThing/wwwroot/vendor/libs/vegas/vegas.scss
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
@import "../../../../node_modules/vegas/dist/vegas";
|
||||
|
||||
.vegas-wrapper {
|
||||
position: relative;
|
||||
bottom: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.card.vegas-container {
|
||||
position: relative !important;
|
||||
border: 0 !important;
|
||||
|
||||
// WebKit overflow fix
|
||||
-webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
|
||||
}
|
||||
|
||||
.vegas-overlay-black .vegas-overlay {
|
||||
background: rgba(#000, .4) !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.vegas-overlay-white .vegas-overlay {
|
||||
background: rgba(#fff, .8) !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.vegas-fixed-background .vegas-slide-inner {
|
||||
background-attachment: fixed !important;
|
||||
}
|
||||