ros.grant.common 2.0.1016 → 2.0.1017
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.
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
font-weight: 400;
|
|
64
64
|
display: flex;
|
|
65
65
|
align-items: center;
|
|
66
|
-
justify-content: space-between;
|
|
67
66
|
padding: 10px 15px;
|
|
68
67
|
padding-left: 12px;
|
|
69
68
|
color: var(--Main1);
|
|
@@ -73,11 +72,15 @@
|
|
|
73
72
|
cursor: pointer;
|
|
74
73
|
border-left: 4px solid transparent;
|
|
75
74
|
border-bottom: 1px solid var(--Bg2);
|
|
75
|
+
transition: 0.2s;
|
|
76
76
|
|
|
77
|
+
*{
|
|
78
|
+
transition: .2s;
|
|
79
|
+
}
|
|
80
|
+
|
|
77
81
|
&:hover {
|
|
78
82
|
background-color: var(--Bg2);
|
|
79
|
-
|
|
80
|
-
span {
|
|
83
|
+
* {
|
|
81
84
|
color: var(--Main2);
|
|
82
85
|
}
|
|
83
86
|
}
|
|
@@ -117,6 +120,7 @@
|
|
|
117
120
|
top: 50%;
|
|
118
121
|
transform: translateY(-50%);
|
|
119
122
|
transition: 0.2s;
|
|
123
|
+
line-height: 0;
|
|
120
124
|
}
|
|
121
125
|
}
|
|
122
126
|
}
|
package/package.json
CHANGED