Spaces:
Runtime error
Runtime error
Create src/components/tw-security-manager-modal/download.css
Browse files
src/components/tw-security-manager-modal/download.css
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.file-name {
|
2 |
+
font-family: monospace;
|
3 |
+
user-select: text;
|
4 |
+
word-wrap: break-word;
|
5 |
+
}
|
6 |
+
.file-name::before {
|
7 |
+
content: '"';
|
8 |
+
}
|
9 |
+
.file-name::after {
|
10 |
+
content: '"';
|
11 |
+
}
|
12 |
+
|
13 |
+
.name {
|
14 |
+
|
15 |
+
}
|
16 |
+
|
17 |
+
.dot {
|
18 |
+
|
19 |
+
}
|
20 |
+
|
21 |
+
.extension {
|
22 |
+
text-decoration: underline;
|
23 |
+
}
|