This commit is contained in:
OVSharova 2022-05-19 17:18:05 +03:00
parent 3eb8eb0201
commit 9050e375d2
3 changed files with 32 additions and 32 deletions

View file

@ -102,46 +102,46 @@
.svg-format- { .svg-format- {
&docx { &docx {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/docx.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/docx.svg') no-repeat center";
} }
&pdf { &pdf {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/pdf.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/pdf.svg') no-repeat center";
} }
&odt { &odt {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/odt.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/odt.svg') no-repeat center";
} }
&txt { &txt {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/txt.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/txt.svg') no-repeat center";
} }
&dotx { &dotx {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/dotx.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/dotx.svg') no-repeat center";
} }
&pdfa { &pdfa {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/pdfa.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/pdfa.svg') no-repeat center";
} }
&ott { &ott {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/ott.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/ott.svg') no-repeat center";
} }
&rtf { &rtf {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/rtf.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/rtf.svg') no-repeat center";
} }
&docm { &docm {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/docm.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/docm.svg') no-repeat center";
} }
&docxf { &docxf {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/docxf.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/docxf.svg') no-repeat center";
} }
&oform { &oform {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/oform.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/oform.svg') no-repeat center";
} }
&html { &html {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/html.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/html.svg') no-repeat center";
} }
&fb2 { &fb2 {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/fb2.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/fb2.svg') no-repeat center";
} }
&epub { &epub {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/epub.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/epub.svg') no-repeat center";
} }
} }

View file

@ -41,34 +41,34 @@
.svg-format- { .svg-format- {
&pptx { &pptx {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/pptx.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/pptx.svg') no-repeat center";
} }
&pdf { &pdf {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/pdf.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/pdf.svg') no-repeat center";
} }
&odp { &odp {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/odp.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/odp.svg') no-repeat center";
} }
&potx { &potx {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/potx.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/potx.svg') no-repeat center";
} }
&pdfa { &pdfa {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/pdfa.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/pdfa.svg') no-repeat center";
} }
&otp { &otp {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/otp.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/otp.svg') no-repeat center";
} }
&ppsx { &ppsx {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/ppsx.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/ppsx.svg') no-repeat center";
} }
&png { &png {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/png.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/png.svg') no-repeat center";
} }
&jpg { &jpg {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/jpg.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/jpg.svg') no-repeat center";
} }
&pptm { &pptm {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/pptm.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/pptm.svg') no-repeat center";
} }
} }

View file

@ -41,28 +41,28 @@
.svg-format- { .svg-format- {
&xlsx { &xlsx {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/xlsx.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/xlsx.svg') no-repeat center";
} }
&pdf { &pdf {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/pdf.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/pdf.svg') no-repeat center";
} }
&ods { &ods {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/ods.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/ods.svg') no-repeat center";
} }
&csv { &csv {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/csv.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/csv.svg') no-repeat center";
} }
&xltx { &xltx {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/xltx.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/xltx.svg') no-repeat center";
} }
&pdfa { &pdfa {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/pdfa.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/pdfa.svg') no-repeat center";
} }
&ots { &ots {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/ots.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/ots.svg') no-repeat center";
} }
&xlsm { &xlsm {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/xlsm.svg) no-repeat center"; background: ~"url('@{common-image-const-path}/doc-formats/xlsm.svg') no-repeat center";
} }
} }