We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd98ac commit 19d86e2Copy full SHA for 19d86e2
1 file changed
src/components/file-item/components/FileItem/FileItem.scss
@@ -130,13 +130,17 @@
130
&.success {
131
border: 1px dashed rgb(126, 218, 126);
132
background-color: #3e6e3e;
133
- margin: 0 2px;
+ //margin: 0 2px;
134
+ font-size: 0.7rem;
135
+
136
border-radius: 4px;
137
}
138
&.error {
- background-color: rgb(179, 50, 50);
139
+ background-color: rgb(218, 126, 126);
140
border: 1px dashed red;
141
142
143
144
145
146
0 commit comments