Skip to content

Commit

Permalink
SL-5409 Поправила стили
Browse files Browse the repository at this point in the history
  • Loading branch information
EugiSma committed Mar 18, 2024
1 parent 60b1163 commit 658836d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/components/HtmlTag/ButtonWrapper/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const ButtonWrapperModalStyled = styled(Modal2)`
& .btn-width {
display: flex;
justify-content: space-between;
color: #1e293b;
margin-bottom: 16px;
& label {
Expand All @@ -35,6 +36,7 @@ export const ButtonWrapperModalStyled = styled(Modal2)`
}
& input {
color: #1e293b;
border-width: 1px;
padding: 8px;
Expand All @@ -51,6 +53,7 @@ export const ButtonWrapperModalStyled = styled(Modal2)`
& .btn-colors {
display: flex;
justify-content: space-between;
color: #1e293b;
position: relative;
& .color-input {
Expand Down
2 changes: 2 additions & 0 deletions src/components/HtmlTag/ImgWrapper/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const ImgWrapperModalStyled = styled(Modal2)`
& .image-inputs {
display: flex;
justify-content: space-between;
color: #1e293b;
margin-bottom: 16px;
&:last-child {
margin-botton: 0 !important;
Expand All @@ -31,6 +32,7 @@ export const ImgWrapperModalStyled = styled(Modal2)`
}
& input {
color: #1e293b;
border-width: 1px;
padding: 8px;
Expand Down
1 change: 1 addition & 0 deletions src/hooks/useUploader/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const UploaderInputStyled = styled.input`
*/
&[type='file'] {
color: #1e293b;
display: none;
}
`
Expand Down
1 change: 1 addition & 0 deletions src/styles/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const LmsFrontRedactorGlobalStyle = createGlobalStyle`
&:before {
display: block;
color: #333;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-style: italic;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export const EditorBlockText = (props: AddWidgetButtonButtonProps) => {
component: 'HtmlTag',
props: {
tag: 'p',
style: {
fontSize: '16px',
fontWeight: '400',
}
},
components: [
{
Expand Down
4 changes: 2 additions & 2 deletions src/ui/AddWidgetButton/AddWidgetModal/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const AddWidgetModalButtonStyled = styled.button`
padding: 8px 4px;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
font-weight: 400;
font-size: 14px;
line-height: 100%;
background-color: transparent;
Expand Down

0 comments on commit 658836d

Please sign in to comment.