nuudel-core 0.3.38 → 0.3.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
display: inline-block;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
li:first-child {
|
|
103
|
+
li:first-child>div {
|
|
104
104
|
//border: 2px solid $warning;
|
|
105
|
-
border-radius: 2px;
|
|
106
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.3);
|
|
105
|
+
border-radius: 2px !important;
|
|
106
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.3) !important;
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
display: inline-block;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
li:first-child {
|
|
103
|
+
li:first-child>div {
|
|
104
104
|
//border: 2px solid $warning;
|
|
105
|
-
border-radius: 2px;
|
|
106
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.3);
|
|
105
|
+
border-radius: 2px !important;
|
|
106
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.3) !important;
|
|
107
107
|
}
|
|
108
108
|
}
|