update src/index.scss

master
mahdi 3 years ago
parent a6f8866073
commit e7dea726af
  1. 73
      src/index.scss

@ -36,6 +36,15 @@ body {
text-align: right;
}
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
// TODO Start FormInput Component
.rmdp-container {
@ -1351,11 +1360,6 @@ $red: #e92424;
// TODO Start Folderlist Component
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.tabbar {
cursor: pointer;
}
@ -1448,35 +1452,20 @@ l.leaflet-popup-content,
// * end PopupCard Component
// TODO Start ProductImage Component
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
// * end PopupCard ProductImage
// TODO Start ReactTable4 Component
.customeClass1 .customeClass2 input {
display: none !important;
}
.customeClass1 .customeClass2 span {
display: none !important;
}
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.tabbar {
cursor: pointer;
}
.active2,
.active2 li a {
cursor: move !important;
@ -1494,11 +1483,6 @@ l.leaflet-popup-content,
display: none !important;
}
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.tabbar {
cursor: pointer;
}
@ -1512,11 +1496,6 @@ l.leaflet-popup-content,
// TODO Start ReactTable5 Component
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.tabbar {
cursor: pointer;
}
@ -1565,34 +1544,6 @@ l.leaflet-popup-content,
// * end PopupCard SemiDonut
// TODO Start Sidebar/SidebarDesign2 Component
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
// * end PopupCard Sidebar/SidebarDesign2
// TODO Start Sidebar/SidebarMenu Component
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
// * end PopupCard Sidebar/SidebarMenu
// TODO Start StarRating Component
.on {

Loading…
Cancel
Save