|
@@ -359,14 +359,37 @@ export default {
|
|
|
@include rich-text(12pt);
|
|
|
|
|
|
font-size: 14px !important;
|
|
|
+ color: #1d2129 !important;
|
|
|
+ text-decoration: none !important;
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
|
:deep p {
|
|
|
margin: 0;
|
|
|
font-size: 14px !important;
|
|
|
+ color: #1d2129 !important;
|
|
|
+ text-decoration: none !important;
|
|
|
+ background-color: transparent !important;
|
|
|
}
|
|
|
|
|
|
:deep span {
|
|
|
font-size: 14px !important;
|
|
|
+ color: #1d2129 !important;
|
|
|
+ text-decoration: none !important;
|
|
|
+ background-color: transparent !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ :deep strong {
|
|
|
+ font-weight: normal !important;
|
|
|
+ color: #1d2129 !important;
|
|
|
+ text-decoration: none !important;
|
|
|
+ background-color: transparent !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ :deep em {
|
|
|
+ font-style: normal !important;
|
|
|
+ color: #1d2129 !important;
|
|
|
+ text-decoration: none !important;
|
|
|
+ background-color: transparent !important;
|
|
|
}
|
|
|
}
|
|
|
}
|