linear-react-components-ui 1.1.18-beta.2 → 1.1.18-beta.3
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.
- package/lib/assets/styles/sidenav.scss +15 -13
- package/package.json +1 -1
|
@@ -360,24 +360,26 @@ que utilizam. Em caso de mudança, ficar atento para os refatores.
|
|
|
360
360
|
width: 300px;
|
|
361
361
|
position: absolute;
|
|
362
362
|
|
|
363
|
-
>.
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
363
|
+
>.popup-help {
|
|
364
|
+
>.list-component {
|
|
365
|
+
box-shadow: none;
|
|
366
|
+
overflow: hidden;
|
|
367
|
+
border-radius: 0px;
|
|
367
368
|
|
|
368
|
-
|
|
369
|
-
|
|
369
|
+
>.list-header {
|
|
370
|
+
background-color: #77777736 !important;
|
|
370
371
|
|
|
371
|
-
|
|
372
|
-
|
|
372
|
+
>.title {
|
|
373
|
+
line-height: 40px;
|
|
374
|
+
}
|
|
373
375
|
}
|
|
374
376
|
}
|
|
375
|
-
}
|
|
376
377
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
378
|
+
.infomartion>.help-information {
|
|
379
|
+
color: rgba(0, 0, 0, 0.54);
|
|
380
|
+
font-size: 12px;
|
|
381
|
+
padding-bottom: 10px;
|
|
382
|
+
}
|
|
381
383
|
}
|
|
382
384
|
}
|
|
383
385
|
|