|
@@ -52,28 +52,27 @@
|
|
|
|
|
|
|
|
&-tips {
|
|
&-tips {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
|
+ padding: 6px 0;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ min-width: var(--ls-main-content-max-width);
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- padding: 0 0;
|
|
|
|
|
- transform: translateY(100%);
|
|
|
|
|
- display: flex;
|
|
|
|
|
- justify-content: center;
|
|
|
|
|
|
|
+ font-weight: 500;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- background-color: var(--ls-secondary-background-color);
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- margin: 0;
|
|
|
|
|
|
|
+ background: rgba(219, 234, 254);
|
|
|
|
|
+ margin-top: -16px;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
- top: -2px;
|
|
|
|
|
- color: var(--ls-secondary-text-color);
|
|
|
|
|
|
|
+ z-index: 1000;
|
|
|
|
|
|
|
|
> p {
|
|
> p {
|
|
|
|
|
+ color: #433f38;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
- display: flex;
|
|
|
|
|
|
|
+ display: inline-flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
a {
|
|
|
- color: var(--ls-link-text-color) !important;
|
|
|
|
|
|
|
+ color: #106ba3 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a.restart {
|
|
a.restart {
|
|
@@ -84,6 +83,7 @@
|
|
|
|
|
|
|
|
svg {
|
|
svg {
|
|
|
color: currentColor !important;
|
|
color: currentColor !important;
|
|
|
|
|
+ margin-right: 2px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
> strong {
|
|
> strong {
|