soiz1 commited on
Commit
e3ce968
·
verified ·
1 Parent(s): 26d4b8f

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
+ }