mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-21 22:43:22 +08:00
Minor style change in dialog
This commit is contained in:
parent
3b8dead04d
commit
36e88a2e7a
3 changed files with 8 additions and 12 deletions
|
@ -1 +1 @@
|
|||
:root{--dialogHeaderBg:#292929;--colorDialogHeader:#FFF}.custom-dialog-overlay{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:0;min-height:0;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10001;background-color:rgba(0,0,0,0.6);padding:32px}.custom-dialog-overlay .custom-dialog{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;width:100%;max-width:400px;min-height:0;max-height:100%;overflow:auto;background-color:var(--contentBg);font-size:16px}.custom-dialog-overlay .custom-dialog .custom-dialog-header{padding:16px;color:var(--colorDialogHeader);background-color:var(--dialogHeaderBg);font-weight:600;font-size:1em;text-transform:uppercase;border-bottom:1px solid var(--border)}.custom-dialog-overlay .custom-dialog .custom-dialog-body{padding:16px;display:grid;max-height:100%;min-height:80px;min-width:0;overflow:auto;font-size:1em;grid-template-columns:max-content 1fr;-webkit-box-align:baseline;align-items:baseline;grid-gap:16px}.custom-dialog-overlay .custom-dialog .custom-dialog-body::after{content:"";display:block;min-height:1px;grid-column-end:-1;grid-column-start:1}.custom-dialog-overlay .custom-dialog .custom-dialog-body .custom-dialog-content{grid-column-end:-1;grid-column-start:1;color:var(--color);align-self:baseline}.custom-dialog-overlay .custom-dialog .custom-dialog-body>input,.custom-dialog-overlay .custom-dialog .custom-dialog-body>textarea{color:var(--color);padding:8px;font-size:1em;border:1px solid var(--border);background-color:var(--contentBg);min-width:0}.custom-dialog-overlay .custom-dialog .custom-dialog-body>textarea{height:6em;min-height:37px;resize:vertical}.custom-dialog-overlay .custom-dialog .custom-dialog-body>.suggestion{position:absolute;display:block;padding:8px;background-color:var(--contentBg);border:1px solid var(--border);color:var(--color);font-size:.9em}.custom-dialog-overlay .custom-dialog .custom-dialog-footer{padding:16px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-pack:end;justify-content:flex-end;border-top:1px solid var(--border)}.custom-dialog-overlay .custom-dialog .custom-dialog-footer>a{padding:0 8px;font-size:.9em;font-weight:600;color:var(--color);text-transform:uppercase}.custom-dialog-overlay .custom-dialog .custom-dialog-footer>a:hover{color:var(--main)}.custom-dialog-overlay .custom-dialog .custom-dialog-footer>a:focus{outline:none;color:var(--main);border-bottom:1px dashed var(--main)}.custom-dialog-overlay .custom-dialog .custom-dialog-footer>i.fa-spinner.fa-spin{width:19px;line-height:19px;text-align:center}
|
||||
:root{--dialogHeaderBg:#292929;--colorDialogHeader:#FFF}.custom-dialog-overlay{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:0;min-height:0;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10001;background-color:rgba(0,0,0,0.6);padding:32px}.custom-dialog-overlay .custom-dialog{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column nowrap;width:100%;max-width:400px;min-height:0;max-height:100%;overflow:auto;background-color:var(--contentBg);font-size:16px}.custom-dialog-overlay .custom-dialog .custom-dialog-header{padding:16px;color:var(--colorDialogHeader);background-color:var(--dialogHeaderBg);font-weight:600;font-size:1em;text-transform:uppercase;border-bottom:1px solid var(--border)}.custom-dialog-overlay .custom-dialog .custom-dialog-body{padding:16px;display:grid;max-height:100%;min-height:80px;min-width:0;overflow:auto;font-size:1em;grid-template-columns:max-content 1fr;-webkit-box-align:baseline;align-items:baseline;grid-gap:16px}.custom-dialog-overlay .custom-dialog .custom-dialog-body::after{content:"";display:block;min-height:1px;grid-column-end:-1;grid-column-start:1}.custom-dialog-overlay .custom-dialog .custom-dialog-body .custom-dialog-content{grid-column-end:-1;grid-column-start:1;color:var(--color);align-self:baseline}.custom-dialog-overlay .custom-dialog .custom-dialog-body>input,.custom-dialog-overlay .custom-dialog .custom-dialog-body>textarea{color:var(--color);padding:8px;font-size:1em;border:1px solid var(--border);background-color:var(--contentBg);min-width:0}.custom-dialog-overlay .custom-dialog .custom-dialog-body>textarea{height:6em;min-height:37px;resize:vertical}.custom-dialog-overlay .custom-dialog .custom-dialog-body>.suggestion{position:absolute;display:block;padding:8px;background-color:var(--contentBg);border:1px solid var(--border);color:var(--color);font-size:.9em}.custom-dialog-overlay .custom-dialog .custom-dialog-footer{padding:16px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-pack:end;justify-content:flex-end;border-top:1px solid var(--border)}.custom-dialog-overlay .custom-dialog .custom-dialog-footer>a{padding:0 8px;font-size:.9em;font-weight:600;color:var(--color);text-transform:uppercase}.custom-dialog-overlay .custom-dialog .custom-dialog-footer>a:hover,.custom-dialog-overlay .custom-dialog .custom-dialog-footer>a:focus{outline:none;color:var(--main)}.custom-dialog-overlay .custom-dialog .custom-dialog-footer>i.fa-spinner.fa-spin{width:19px;line-height:19px;text-align:center}
|
|
@ -109,14 +109,10 @@
|
|||
color: var(--color);
|
||||
text-transform: uppercase;
|
||||
|
||||
&:hover {
|
||||
color: var(--main);
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
outline: none;
|
||||
color: var(--main);
|
||||
border-bottom: 1px dashed var(--main);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -36,10 +36,10 @@ var assets = func() http.FileSystem {
|
|||
},
|
||||
"/css/custom-dialog.css": &vfsgen۰CompressedFileInfo{
|
||||
name: "custom-dialog.css",
|
||||
modTime: time.Date(2019, 5, 29, 23, 7, 40, 986027559, time.UTC),
|
||||
uncompressedSize: 2845,
|
||||
modTime: time.Date(2019, 5, 30, 3, 8, 15, 342066737, time.UTC),
|
||||
uncompressedSize: 2790,
|
||||
|
||||
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\xed\x6a\xc3\x38\x10\x7c\x95\xd0\x52\x68\xa0\x0a\x76\x7b\xe4\x5a\x09\xfa\xa3\x1c\xe5\x5e\x43\xb6\xd6\xb6\x2e\xb2\x56\x48\x72\xe2\xd4\xf4\xdd\x0f\xf9\xab\x76\x3e\x68\x48\x0e\x0e\xff\xb1\x56\x96\x34\x33\x3b\xda\x35\xb5\x88\xbe\x21\x44\x48\xae\x30\xff\x1b\xb8\x00\xfb\x91\xd3\xfb\xe7\xb7\xf0\x30\x42\x52\x54\x68\xff\x9a\xcc\xd2\xfb\xcf\xcf\xcf\xef\x55\x5a\x39\x8f\x65\xbf\x8e\xe0\x16\xac\xe2\xfb\x46\x48\x67\x14\xdf\x53\xb2\x83\x64\x23\x3d\x49\xb0\x66\x43\x2c\x53\x50\xb3\xc9\x04\x41\x2b\x41\x7b\xba\x05\xeb\x65\xca\xd5\x6c\x4e\x48\x0b\xa9\x97\xa8\xa9\x46\x5b\x72\xc5\xc2\x6a\x92\x29\xdc\xd1\x14\x55\x55\xea\x85\xc6\x9d\xe5\x66\xb6\x88\x2b\x99\x6b\x9a\x82\xf6\x60\x59\x3b\x20\xd2\x43\xe9\x86\xd0\xf4\x5b\xc3\xd3\xcd\x10\xff\xa7\x72\x5e\x66\x7b\x92\xa2\xf6\x01\x51\x1f\x2e\xa5\x26\x3b\x29\x7c\x41\xa3\xf6\xbd\x00\x99\x17\x9e\x46\x2c\xb0\x6d\xa1\x14\x52\x08\xd0\xcc\xa0\x93\x2d\xd6\x4c\xd6\x20\x98\x47\x43\x23\xa6\x20\x0b\xdf\x76\x1b\xc4\x51\xb4\xdd\xb1\x7e\x83\x30\x28\xd8\x17\x91\x5a\x40\x1d\x46\x51\xcc\x12\x9e\x6e\x72\x8b\x95\x16\x9d\xe2\xd4\xe6\x09\x7f\x8c\x9e\xda\x67\xb5\x5e\x32\xc3\x85\x90\x3a\xa7\x2f\xcf\xa6\x3e\xa3\xfe\x62\x1e\xfe\x1f\x92\x31\x92\x7d\x60\x25\xaf\x7b\xf1\xfe\x88\x22\x53\xcf\x05\x0c\x93\x3f\x62\x3c\xfc\x08\xca\x2b\x8f\xc7\x5a\x6c\xb9\x7d\x24\x43\x76\x3e\xf2\x25\xcb\x50\x7b\xe2\xe4\x17\xd0\x78\x7d\xa9\x1c\x07\x43\x52\xb4\x6e\x6e\x06\x5d\xc3\x46\x6c\x7e\xdc\x81\xf1\x97\xe7\x80\xcd\xef\x4e\x8f\x6e\xd7\xd1\x5b\x47\xd1\x14\x2d\x94\xcc\x43\xed\x89\xb7\x5c\xbb\x0c\x6d\x49\x2b\x63\xc0\xa6\xdc\x01\x4b\xd0\x0a\xb0\x24\x41\xef\xb1\xa4\xb1\xa9\x17\x0e\x95\x14\x8b\xee\x90\x6e\x76\x79\x1d\xd7\x04\xc5\x7e\xce\x74\xf0\x41\x6e\xa5\x38\x4a\xc7\x24\x57\xaf\x43\xee\x86\x8b\x30\x4f\xd5\x9c\x5a\xd8\x8c\x78\x28\x8d\xe2\x1e\x48\x67\x0d\x47\xc3\xee\x7d\xee\x16\x71\x66\x4f\xdc\xd8\x84\x3b\x50\x52\xc3\xec\xce\x8e\xc1\x76\xd7\x9c\x9b\x1b\x72\x1d\xf8\x53\xca\x33\x0f\xb6\x19\x2e\xf9\xdd\xdd\x28\x42\xa2\x30\xdd\x4c\x59\xc7\xa6\xee\x8e\xed\x38\x10\xd0\x82\x92\x78\x16\x72\x9e\x5b\x4f\xe3\xeb\xf1\x1c\xc6\x7a\x5c\xcd\x65\xe7\x1e\x5b\x75\xd9\xab\xe7\x40\x65\xa3\x78\xd7\xc3\x7b\x97\xda\x54\xfe\xe9\xfa\xf5\xc1\xe7\xdc\x02\x6f\x4e\x20\x1d\xac\xf8\x6a\xea\x03\x0b\x75\x36\x3f\xe7\xfe\x0b\x4a\xc3\xc4\xab\x37\x90\x1f\xc1\xf7\x86\x58\x43\x39\xf5\xc7\xcb\x9f\xa6\x66\x16\x5a\xd4\x43\xc5\xbc\xe1\xb4\x95\xab\xf2\x1c\x5c\xa8\xb0\xcd\xd8\x4b\x78\xe2\x50\x55\x1e\x0e\x5c\x3a\x95\xee\x77\x35\x7e\x91\xf3\x44\x6a\x7e\xd2\xb1\x7a\x83\xf2\x3a\x52\x19\xa2\x3f\x2c\xad\xd7\x34\xa3\x02\xad\xfc\x42\xed\x2f\x6f\x47\x16\x77\x8b\xa3\xdf\x82\xb6\xd5\x83\x16\x47\x7d\xbe\x5d\x17\x26\xfa\xd2\x1b\x1a\xf7\x7f\x5a\x77\x3b\x21\xde\xf9\x28\x45\xb4\x98\x5b\x3e\x68\x7c\xd4\x2f\x4e\x64\xe5\x5c\xd3\xb8\x0d\x16\x2d\xc2\xf7\xb3\x0b\x5a\x72\xa9\x6f\x24\x4b\x33\x4c\x2b\xd7\x60\xe5\x43\x05\xa2\x1a\x35\xb0\xa3\x23\x4e\x74\x3b\xc1\x5d\x01\x83\xec\xb7\xe3\x90\xab\x8c\x13\x67\xa4\xd6\x60\x87\xd7\xa6\xff\x41\x79\x33\x35\x0b\xe0\xc6\x7a\x1f\x02\xad\xc6\xd3\x5f\xc8\xef\x7f\x03\x00\x00\xff\xff\x53\x34\xef\x4c\x1d\x0b\x00\x00"),
|
||||
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\xdb\x6a\xc3\x38\x10\xfd\x95\xd0\x52\x68\xa0\x0a\x76\xbb\x64\x5b\x09\xfa\x50\x96\xb2\xbf\x21\x5b\x63\x5b\x1b\x59\x23\x24\x39\x71\x6a\xfa\xef\x8b\x7c\xab\x9d\x0b\x0d\xc9\xc2\xe2\x17\x6b\x64\x8d\xce\x9c\x39\x33\x63\x6a\x11\x7d\x43\x88\x90\x5c\x61\xfe\x37\x70\x01\xf6\x23\xa7\xf7\xcf\x6f\xe1\x61\x84\xa4\xa8\xd0\xfe\x35\xd9\xa5\xf7\x9f\x9f\x9f\xdf\xab\xb4\x72\x1e\xcb\xfe\x1c\xc1\x2d\x58\xc5\xf7\x8d\x90\xce\x28\xbe\xa7\x64\x07\xc9\x46\x7a\x92\x60\xcd\x06\x5b\xa6\xa0\x66\x93\x0d\x82\x56\x82\xf6\x74\x0b\xd6\xcb\x94\xab\xd9\x9e\x90\x16\x52\x2f\x51\x53\x8d\xb6\xe4\x8a\x85\xd3\x24\x53\xb8\xa3\x29\xaa\xaa\xd4\x0b\x8d\x3b\xcb\xcd\xec\x10\x57\x32\xd7\x34\x05\xed\xc1\xb2\x76\x41\xa4\x87\xd2\x0d\xa6\xe9\xb7\x86\xa7\x9b\xc1\xfe\x4f\xe5\xbc\xcc\xf6\x24\x45\xed\x03\xa2\xde\x5c\x4a\x4d\x76\x52\xf8\x82\x46\xed\x7b\x01\x32\x2f\x3c\x8d\x58\x88\xb6\x85\x52\x48\x21\x40\x33\x83\x4e\xb6\x58\x33\x59\x83\x60\x1e\x0d\x8d\x98\x82\x2c\x7c\xdb\x39\x88\xa3\x68\xbb\x63\xbd\x83\xb0\x28\xd8\x17\x91\x5a\x40\x1d\x56\x51\xcc\x12\x9e\x6e\x72\x8b\x95\x16\x1d\xe3\xd4\xe6\x09\x7f\x8c\x9e\xda\x67\xb5\x5e\x32\xc3\x85\x90\x3a\xa7\x2f\xcf\xa6\x3e\xc3\xfe\x62\x6e\xfe\x1f\x92\x31\x06\xfb\xc0\x4a\x5e\xf7\xe4\xfd\x11\x45\xa6\x9e\x13\x18\x36\x7f\xc8\x78\xf8\x21\x94\x57\x1e\x8f\xb9\xd8\x72\xfb\x48\x86\xec\x7c\xe4\x4b\x96\xa1\xf6\xc4\xc9\x2f\xa0\xf1\xfa\x52\x3a\x0e\x96\xa4\x68\xd5\xdc\x0c\xbc\x06\x47\x6c\x7e\xdd\x81\xf0\x97\xe7\x80\xcd\x6b\xa7\x47\xb7\xeb\xc2\x5b\x47\xd1\x14\x2d\x94\xcc\x43\xed\x89\xb7\x5c\xbb\x0c\x6d\x49\x2b\x63\xc0\xa6\xdc\x01\x4b\xd0\x0a\xb0\x24\x41\xef\xb1\xa4\xb1\xa9\x17\x0e\x95\x14\x8b\xee\x92\x6e\x77\x79\x5d\xac\x09\x8a\xfd\x3c\xd2\x41\x07\xb9\x95\xe2\x28\x1d\x93\x5c\xbd\x0e\xb9\x1b\x0a\x61\x9e\xaa\x79\x68\xc1\x19\xf1\x50\x1a\xc5\x3d\x90\x4e\x1a\x8e\x06\xef\x7d\xee\x16\x71\x66\x4f\x54\x6c\xc2\x1d\x28\xa9\x61\x56\xb3\xa3\xb1\xf5\x9a\x73\x73\x43\xae\x43\xfc\x94\xf2\xcc\x83\x6d\x86\x22\xbf\xbb\x1b\x49\x48\x14\xa6\x9b\x69\xd4\xb1\xa9\xbb\x6b\xbb\x18\x08\x68\x41\x49\x3c\x33\x39\xcf\xad\xa7\xf1\xf5\x78\x0e\x6d\x3d\xae\xe6\xb2\x7b\x8f\xa5\xba\xec\xd9\x73\xa0\xb2\x91\xbc\xeb\xe1\xbd\x4b\x6d\x2a\xff\x74\xfd\xf9\xa0\x73\x6e\x81\x37\x27\x90\x0e\x52\x7c\x35\xf5\x81\x84\x3a\x99\x9f\x53\xff\x05\xad\x61\xa2\xd5\x1b\x82\x1f\xc1\xf7\x82\x58\x43\x39\xd5\xc7\xcb\x9f\xa6\x66\x16\x5a\xd4\x43\xc7\xbc\xe1\xb6\x95\xab\xf2\x1c\x5c\xe8\xb0\xcd\x38\x4b\x78\xe2\x50\x55\x1e\x0e\x54\x3a\xa5\xee\x77\x36\x7e\xa1\xf3\x44\x6a\x7e\xd2\xb1\x7a\x83\xf2\xba\xa0\x32\x44\x7f\xd8\x5a\xaf\x19\x46\x05\x5a\xf9\x85\xda\x5f\x3e\x8e\x2c\xee\x16\x47\xbf\x05\xed\xa8\x07\x2d\x8e\xe6\x7c\x7b\x2e\x6c\xf4\xad\x37\x0c\xee\xff\xb4\xef\x76\x44\xbc\xf3\x91\x8a\x68\x31\x97\x7c\xe0\xf8\x68\x5e\x9c\xc8\xca\xb9\xa1\x71\x1b\x2c\x5a\x84\xef\xaf\xab\xf1\xd1\x47\x86\x69\xe5\x1a\xac\x7c\xe8\x37\x54\xa3\x86\x59\x00\x25\x97\xfa\x36\xf6\xe4\x2a\xe3\xc4\x19\xa9\x35\xd8\xe1\xb5\xe9\xff\x34\xde\x4c\xcd\xc2\xbd\x63\xe3\x0e\x86\x96\xac\xe9\xbf\xe0\xf7\xbf\x01\x00\x00\xff\xff\x9c\xee\x18\x82\xe6\x0a\x00\x00"),
|
||||
},
|
||||
"/css/fontawesome.min.css": &vfsgen۰CompressedFileInfo{
|
||||
name: "fontawesome.min.css",
|
||||
|
@ -228,10 +228,10 @@ var assets = func() http.FileSystem {
|
|||
},
|
||||
"/less/custom-dialog.less": &vfsgen۰CompressedFileInfo{
|
||||
name: "custom-dialog.less",
|
||||
modTime: time.Date(2019, 5, 29, 23, 7, 40, 902694229, time.UTC),
|
||||
uncompressedSize: 3359,
|
||||
modTime: time.Date(2019, 5, 30, 3, 8, 15, 218733409, time.UTC),
|
||||
uncompressedSize: 3240,
|
||||
|
||||
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x57\x6d\x8f\xdb\x36\x0c\xfe\x9e\x5f\x41\xb4\x58\xd1\x03\xaa\xc0\x69\x87\xac\xa7\x00\xfd\x50\x0c\x87\xfd\x0d\xc5\xa2\x6d\xad\xb2\x64\x48\x72\x5e\x6e\xc8\x7f\x1f\x6c\xd9\x8e\x65\xcb\x79\x19\xe6\xbb\x0f\x02\x29\x51\xe4\xc3\x87\xa4\x42\x8d\xd6\x0e\xfe\x59\x01\x00\x10\xc2\x05\x93\x3a\xff\x0b\x19\x47\xf3\x33\xa7\xf0\xf1\xeb\x6b\xf3\xb7\xeb\xd4\xa9\x96\xda\xfc\x39\xda\x43\xe1\xe3\xdb\xdb\xdb\x6e\x75\x59\xad\xd6\x69\x6d\x9d\x2e\x3b\x13\x44\x1f\xd0\x48\x76\xee\x2c\x73\x61\x2b\xc9\xce\x14\x32\x89\x27\x6f\xad\x59\x91\x4c\xea\x23\x85\x54\xcb\xba\x54\xa0\xf4\xd1\xb0\xca\x6b\x99\x14\xb9\x22\xc2\x61\x69\x29\xa4\xa8\x1c\x1a\xaf\xf8\xbb\xb6\x4e\x64\x67\x92\x6a\xe5\x50\xb9\x50\x59\x0a\x45\x8e\x82\xbb\x82\x42\x72\x95\x14\x28\xf2\xc2\x0d\xa2\xc6\x33\x7f\x6f\x21\x38\x47\xe5\xa5\x95\xb6\xc2\x09\xad\x28\x64\xe2\x84\xdc\x0b\x9d\xae\x86\x63\x12\xb3\xab\x8d\xee\x92\x4d\x92\x1c\x8e\x5e\xd2\x5f\xd2\x88\x0a\x2f\x7a\x27\x42\x71\x3c\xb5\xb2\x64\xe3\x65\x7b\x96\xfe\xca\x8d\xae\x15\xf7\x60\x52\x30\xf9\x9e\x7d\x4e\xbe\x40\xf7\xbf\xde\xbe\x74\x0e\x31\xce\x85\xca\x29\x7c\xfb\x5a\x9d\x76\xab\x56\x16\x62\xdc\x61\xbb\x80\xef\x7d\x8c\xc3\x40\x7e\xbb\x0a\x4b\x76\xea\x61\xfc\x3d\x49\xaa\x91\xc1\x08\x9c\xfd\x81\x11\x00\x23\x53\x57\xb0\x59\xed\xf4\x55\x3e\xc7\xe1\xc0\xcc\x67\xd2\xa7\xf5\x67\xfe\x32\x8a\x42\x2b\x47\xac\x78\x47\x0a\x9b\xed\x80\xc5\x1c\x0f\x52\xb4\x9c\x1c\xc1\x12\xe0\xe8\xcf\x8e\x55\x93\x9b\x27\xdc\x7e\x09\x37\x2f\x79\x1c\x96\xcc\xe4\x50\xeb\xfa\xb1\x43\x66\x9b\x24\x11\x6d\x17\x18\x96\xa1\xce\xe1\xc9\x11\x67\x98\xb2\x99\x36\x25\x85\xba\xaa\xd0\xa4\xcc\xe2\xc4\x2b\x6d\x38\x1a\xb2\xd7\xce\xe9\x92\xc2\xa6\x3a\x81\xd5\x52\xf0\xce\x39\xaf\x1e\x39\x75\x59\x04\x6f\xaf\xf9\xf9\x71\xe8\x06\xc2\xe5\x46\xf0\x50\xb5\x4c\x06\x98\x30\xe8\x7b\x32\x35\x3b\x2f\xe0\xfe\x5b\x22\xd2\x3d\x1c\x1b\xff\x88\xc3\xb2\x92\xcc\x21\xf1\x55\x60\x69\xeb\x64\xc7\x35\xd8\x64\x26\x3c\x13\x34\x9f\x3d\xb3\x28\x85\xc2\x88\xd9\x9c\x55\x33\x4a\x36\xdf\x27\x4a\x59\xe6\x66\x4c\x84\x96\x72\x5d\xdb\xfa\xf0\x61\x37\x53\x0e\xa0\xee\xa5\x4e\x7f\xcd\xf5\x63\xec\x36\x53\xe8\x06\xaf\x7c\x8c\x04\x15\xa7\x40\x36\xb7\x37\x59\xc7\x4c\x63\x2c\xdc\x75\x09\xc3\x99\x10\xa5\x87\x6d\x1e\xdc\xff\x74\x3d\x44\x4b\xf3\x65\xbe\xc9\xe7\xc9\xa2\xcc\x96\xd2\x34\x89\xe4\x87\x50\x55\xed\xbe\x84\xb2\xa6\xd2\x98\x41\x16\xcd\xd6\x03\x5e\x0c\x55\xf2\x3d\x96\x92\x5b\xdc\x84\xa1\x80\x1f\xa8\xdc\xe1\xc0\x13\x9d\xb3\xff\x96\xcb\x6a\x0a\xd0\x0d\x30\x7a\xe6\x6d\x63\x61\x8c\xa9\xf9\xed\x8f\x18\x10\x06\x3d\x0a\x07\x34\x4e\xa4\x4c\xde\xf6\x63\x6d\xeb\x3c\x47\xdb\x4c\xe4\x88\x2b\xd7\x61\xcd\xf6\x56\xcb\xda\xe1\xf3\xc5\x74\x3b\x6d\xff\x05\xe5\xa7\x53\xf9\x10\xbd\x46\x04\x4a\xd6\xaf\x53\xec\x2f\x0f\x74\xf6\x4c\xeb\x79\x33\x7a\xa4\xb7\x87\x8f\x09\x08\x1f\x14\x46\x1f\x21\x7c\x4b\x40\xec\x79\xd6\x9e\x40\xc5\xa3\x63\xab\x7d\x5f\x2d\xc2\x15\x32\x22\x46\xc9\x21\x88\xe4\x6e\xf1\x45\xb0\x83\xbb\x03\x1a\x1e\x4d\xd2\x8d\x69\x3d\xdb\xfb\x89\x16\xcd\x30\x8b\x84\x33\xbb\xae\x64\x42\x45\x6e\xbb\xc4\x8c\x66\x3a\xad\xed\x82\x51\x5d\xbb\xa6\x37\x52\x50\x7a\xda\x21\x9f\xb9\x17\xe2\x0f\x0e\xce\x6c\x81\xfc\x9e\xcb\x37\x02\xf8\x21\xd6\x19\x23\xb6\x12\x4a\xa1\xe9\x97\x91\x50\xfa\xc7\xea\x6b\x2c\xd7\x4d\x80\xd7\xe9\x18\xdd\xd2\x66\xa9\x1d\x1a\xe1\xcf\x86\xb9\x93\x7e\x75\x59\x5d\xfe\x0d\x00\x00\xff\xff\x37\x4e\x55\x2c\x1f\x0d\x00\x00"),
|
||||
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x6d\x8f\xe3\x26\x10\xfe\x9e\x5f\x31\xba\x53\x4f\x17\x69\x89\x9c\xbb\x2a\xdd\x25\x52\x3f\xac\xaa\x55\xff\x06\x31\x63\x87\x2e\x06\x0b\x70\x5e\xb6\xca\x7f\xaf\x6c\x6c\xc7\xd8\x38\xc9\x56\x47\xf2\xc1\x9a\x81\xe1\x99\x87\x67\x06\xa8\xd1\xda\xc1\xbf\x0b\x00\x00\x42\xb8\x60\x52\xe7\x7f\x23\xe3\x68\x5e\x73\x0a\x5f\x7f\xbc\xd4\xbf\x6d\xeb\x4e\xb5\xd4\xe6\xaf\xc1\x1c\x0a\x5f\xdf\xde\xde\xb6\x8b\xcb\x62\xb1\x4a\x2b\xeb\x74\xd1\x86\x20\xfa\x80\x46\xb2\x73\x1b\x99\x0b\x5b\x4a\x76\xa6\x90\x49\x3c\xf9\x68\xf5\x17\xc9\xa4\x3e\x52\x48\xb5\xac\x0a\x05\x4a\x1f\x0d\x2b\xbd\x97\x49\x91\x2b\x22\x1c\x16\x96\x42\x8a\xca\xa1\xf1\x8e\x7f\x2a\xeb\x44\x76\x26\xa9\x56\x0e\x95\x0b\x9d\x85\x50\xe4\x28\xb8\xdb\x53\x48\xae\x96\x3d\x8a\x7c\xef\x7a\x53\x8d\xcc\xef\xbb\x17\x9c\xa3\xf2\xd6\x52\x5b\xe1\x84\x56\x14\x32\x71\x42\xee\x8d\x4e\x97\xfd\x32\x89\xd9\x35\x46\xbb\xc9\x3a\x49\x0e\x47\x6f\xe9\x36\xa9\x4d\x7b\x6f\xfa\x20\x42\x71\x3c\x35\xb6\x64\xed\x6d\x3b\x96\xbe\xe7\x46\x57\x8a\x7b\x32\x29\x98\x7c\xc7\xbe\x27\x4f\xd0\xfe\x57\x9b\x65\x0b\x88\x71\x2e\x54\x4e\xe1\xe7\x8f\xf2\xb4\x5d\x34\xb6\x90\xe3\x96\xdb\x19\x7e\xef\x73\x1c\x26\xf2\xdb\xd5\x58\xb0\x53\x47\xe3\xef\x49\x52\x0e\x02\x46\xe8\xec\x16\x0c\x08\x18\x84\xba\x92\xcd\x2a\xa7\xaf\xf6\x29\x0f\x07\x66\xbe\x93\xee\x58\x5f\xf3\xe5\x20\x0b\xad\x1c\xb1\xe2\x03\x29\xac\x37\x3d\x17\x53\x3e\xc8\xbe\xd1\xe4\x80\x96\x80\x47\xbf\x76\xe8\x1a\xed\x3c\xd2\xf6\x32\x9c\x3c\x87\x38\x2c\x99\xd1\xa2\x06\xfa\xb1\x65\x66\x93\x24\x11\x6f\x9b\x18\x16\xa1\xcf\xe1\xc9\x11\x67\x98\xb2\x99\x36\x05\x85\xaa\x2c\xd1\xa4\xcc\xe2\x08\x95\x36\x1c\x0d\xd9\x69\xe7\x74\x41\x61\x5d\x9e\xc0\x6a\x29\x78\x0b\xce\xbb\x07\xa0\x2e\xb3\xe4\xed\x34\x3f\x3f\x4e\x5d\x2f\xb8\xdc\x08\x1e\xba\xe6\xc5\x00\x23\x05\x3d\x27\xe3\xb0\xd3\x02\xee\xc6\x9c\x90\xee\xf1\x58\xe3\x23\x0e\x8b\x52\x32\x87\xc4\x57\x81\xa5\x0d\xc8\x56\x6b\xb0\xce\x4c\xb8\x26\x68\x3e\x3b\x66\x51\x0a\x85\x91\xb0\x39\x2b\x27\x92\xac\xc7\x37\x4a\x59\xe6\x26\x4a\x84\x46\x72\x6d\xdb\xfa\xf2\x65\x3b\x71\xf6\xa4\xee\xa4\x4e\xdf\xa7\xfe\x21\x77\xeb\x31\x75\x3d\x2a\x9f\x23\x41\xc5\x29\x90\xf5\xed\x49\xd6\x31\x53\x07\x0b\x67\x5d\xc2\x74\x46\x42\xe9\x68\x9b\x26\xf7\x8b\xb6\x87\x68\x69\x2e\xa7\x93\xfc\x39\x59\x94\xd9\xdc\x31\x8d\x32\xf9\x53\xa8\xb2\x72\x4f\xa1\xad\xae\x34\x66\x90\x45\x4f\xeb\x01\x14\x7d\x95\x3c\xc7\x8e\xe4\x96\x36\xa1\x2f\xe0\x07\x2a\xb7\x5f\xf0\x89\xce\xd9\x8d\xf9\xb2\x1a\x13\x74\x83\x8c\x4e\x79\x9b\x58\x1a\x43\x69\xfe\xfc\x23\x46\x84\x41\xcf\xc2\x01\x8d\x13\x29\x93\xb7\x71\xac\x6c\x95\xe7\x68\xeb\x1b\x39\x02\xe5\x7a\x59\xb3\x9d\xd5\xb2\x72\xf8\xf9\x62\xba\x7d\x6c\xff\x87\xe5\x4f\x1f\xe5\x43\xf2\x1a\x08\x28\x59\xbd\x8c\xb9\xbf\x3c\xd0\xd9\x33\xad\xa7\xcd\xe8\x91\xde\x1e\x3e\x26\x20\x7c\x50\x18\x7d\x84\xf0\x2d\x01\xb1\xe7\x59\xb3\x02\x15\x8f\x5e\x5b\xcd\xfb\x6a\x96\xae\x50\x11\x31\x49\xf6\x49\x24\x77\x8b\x2f\xc2\x1d\xdc\xbd\xa0\xe1\xd1\x43\xba\x71\x5b\x4f\xe6\x7e\xa3\xfb\xfa\x32\x7b\x8a\x38\x32\x9d\x56\x36\x92\x67\x3d\x74\xe5\xea\xfe\x46\x41\xe9\x71\x97\x8b\x42\x2d\x98\x50\x11\xa4\x97\xdb\xfd\x71\x95\x31\x62\x4b\xa1\x14\x9a\xee\x33\x82\xa7\x7b\x35\xbe\xc4\x48\xaf\x51\x5e\xaf\xa9\xe8\x94\x86\xae\xa6\x7b\x87\xef\xf7\x29\x48\xff\x75\x59\x5c\xfe\x0b\x00\x00\xff\xff\xd8\xf6\x03\x9e\xa8\x0c\x00\x00"),
|
||||
},
|
||||
"/less/stylesheet.less": &vfsgen۰CompressedFileInfo{
|
||||
name: "stylesheet.less",
|
||||
|
|
Loading…
Reference in a new issue