@@ -422,6 +422,11 @@ export default createDemo({
</script>
<style lang="scss" scoped>
+.nut-theme-dark {
+ .demo {
+ background-color: #000 !important;
+ }
+}
.demo {
background-color: #fff !important;
}
@@ -1,3 +1,19 @@
+ .nut-elevator {
+ background-color: $dark-background2;
+ &__list {
+ &__item {
+ color: $dark-color;
+ &__code {
+ &__fixed {
.nut-elevator {
width: 100%;
display: block;
@@ -1,3 +1,13 @@
+ .nut-popup {
+ background: $dark-background2;
+ .nutui-popup {
+ &__close-icon {
.popup-slide {
&-center-enter-active,
&-center-leave-active {
@@ -1,3 +1,12 @@
+ .nut-sidenavbaritem {
+ &__title {
.nut-sidenavbaritem {
height: $sidenavbar-item-height;
line-height: $sidenavbar-item-line-height;
@@ -140,6 +140,11 @@ export default createDemo({
<style lang="scss">
+ .steps-wrapper {
+ background-color: #1b1b1b;
.padding {
padding-left: 0 !important;
padding-right: 0 !important;
@@ -61,6 +61,13 @@ export default createDemo({
});
+ .sticky-container {
height: 200vh !important;
@@ -1,3 +1,15 @@
+ .nut-subsidenavbar {
+ background-color: $dark-background3;
+ &__text {
.nut-subsidenavbar {
display: grid;
float: left;