8 lines
93 B
SCSS
8 lines
93 B
SCSS
.file-name {
|
|
max-width: 24em;
|
|
width: 24em;
|
|
}
|
|
|
|
.file-modal {
|
|
width: calc(75% - 40px);
|
|
}
|