Skip to content

Commit 19d86e2

Browse files
committed
[REF]: Improve style on error or success message on FileItem
1 parent efd98ac commit 19d86e2

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/components/file-item/components/FileItem/FileItem.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,17 @@
130130
&.success {
131131
border: 1px dashed rgb(126, 218, 126);
132132
background-color: #3e6e3e;
133-
margin: 0 2px;
133+
//margin: 0 2px;
134+
font-size: 0.7rem;
135+
134136
border-radius: 4px;
135137
}
136138
&.error {
137-
background-color: rgb(179, 50, 50);
139+
background-color: rgb(218, 126, 126);
138140
border: 1px dashed red;
139-
margin: 0 2px;
141+
font-size: 0.7rem;
142+
143+
//margin: 0 2px;
140144
border-radius: 4px;
141145
}
142146
}

0 commit comments

Comments
 (0)