ros.grant.common 2.0.1061 → 2.0.1062

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.
Binary file
@@ -67,6 +67,12 @@ p {
67
67
 
68
68
  a {
69
69
  text-decoration: none;
70
+
71
+ &.hover-underline{
72
+ &:hover{
73
+ text-decoration: underline;
74
+ }
75
+ }
70
76
  }
71
77
 
72
78
  hr {
@@ -124,6 +124,18 @@
124
124
  }
125
125
  }
126
126
 
127
+ a{
128
+ &[href="#"]{
129
+ &:hover {
130
+ background-color: transparent;
131
+
132
+ * {
133
+ color: inherit;
134
+ }
135
+ }
136
+ }
137
+ }
138
+
127
139
  &.active {
128
140
  >a {
129
141
  position: relative;
@@ -3,8 +3,6 @@
3
3
  border-radius: 4px;
4
4
  transition: 0.2s;
5
5
  border: 1px solid var(--Stroke);
6
- padding: 16px;
7
- padding-bottom: 0;
8
6
  margin-bottom: 16px;
9
7
 
10
8
  &:hover {
@@ -27,9 +25,8 @@
27
25
 
28
26
  &-panel {
29
27
  position: absolute !important;
30
- right: -14px;
31
- top: 0;
32
- transform: translateY(-50%);
28
+ right: -12px;
29
+ top: -12px;
33
30
  display: flex;
34
31
  align-items: center;
35
32
  box-shadow: 0px 4px 10px rgba(58, 58, 58, 0.25);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1061",
2
+ "version": "2.0.1062",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",