bagfix
parent
35e0ac01a6
commit
988ececa9e
|
|
@ -19,15 +19,15 @@ export class FieldHtmlSingleComponent {
|
|||
plugins: 'lists link image paste help wordcount hr',
|
||||
toolbar: 'bold italic removeformat | link hr forecolor | bullist numlist outdent indent',
|
||||
color_map: [
|
||||
'3E3D40', 'grey-1',
|
||||
'696A6D', 'grey-2',
|
||||
'86898E', 'grey-3',
|
||||
'FCC620', 'yellow-1',
|
||||
'F4B417', 'yellow-2',
|
||||
'F49B1B', 'yellow-3',
|
||||
'BFBFBF', 'grey-4',
|
||||
'E8E8E8', 'grey-5',
|
||||
'F5F4F4', 'grey-6',
|
||||
'0070BA', 'blue-1',
|
||||
'005799', 'blue-2',
|
||||
'004077', 'blue-3',
|
||||
'A1CAE5', 'blue-1',
|
||||
'C0C0C0', 'grey-1',
|
||||
'6C6C6C', 'grey-2',
|
||||
'4D4D4D', 'grey-3',
|
||||
'FFFFFF', 'white',
|
||||
'2D2D2D', 'black',
|
||||
]
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
.footer {
|
||||
margin-top: 120px;
|
||||
width: 100%;
|
||||
padding: 40px 100px;
|
||||
background-color: var(--blue-3);
|
||||
|
|
|
|||
|
|
@ -27,10 +27,8 @@
|
|||
letter-spacing: 0.76px;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.left {
|
||||
flex-grow: 1;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
border-radius: 12px;
|
||||
padding: 12px 24px;
|
||||
display: flex;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 16px;
|
||||
column-gap: 20px;
|
||||
button {
|
||||
background-position: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue