Move Wagtail’s stylesheets and vendor CSS & image files to client subfolder (#8419)

pull/8649/head
Thibaud Colas 2022-05-10 22:16:25 +01:00
rodzic 1f43d8ef51
commit 2ab656a8d3
38 zmienionych plików z 0 dodań i 94 usunięć

Wyświetl plik

@ -1 +0,0 @@
// generic styles go in this folder.

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 1.7 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 212 B

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 206 B

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 206 B

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 206 B

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 206 B

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 208 B

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 206 B

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 6.8 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 4.4 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 6.8 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 6.2 KiB

Wyświetl plik

@ -1,2 +0,0 @@
@import '../../../../../../client/scss/settings';
@import '../../../../../../client/scss/tools';

Wyświetl plik

@ -1,91 +0,0 @@
@import '../../../../../client/scss/settings';
@import '../../../../../client/scss/tools';
.replace-file-input {
display: inline-block;
position: relative;
overflow: hidden;
padding-bottom: 2px;
[type='file'] {
padding: 0;
opacity: 0;
position: absolute;
top: 0;
inset-inline-end: 0;
direction: ltr;
width: auto;
display: block;
font-size: 5em;
&:hover {
cursor: pointer;
}
}
&:hover {
cursor: pointer;
button {
background-color: $color-teal-darker;
}
}
}
.upload-list {
> li {
padding: 1em;
}
.left {
text-align: center;
word-break: break-all;
}
.preview {
width: 150px;
min-height: 150px;
display: block;
position: relative;
text-align: center;
max-width: 100%;
margin: auto;
}
.progress {
box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.4);
max-width: 100%;
z-index: 4;
margin-inline-start: 20%;
margin-inline-end: 20%;
width: 60%;
}
.status-msg {
display: none;
}
.upload-complete {
.progress {
opacity: 0;
}
}
.upload-success {
.status-msg.success {
display: block;
}
}
.upload-failure {
border-color: $color-red;
.preview {
display: none;
}
.status-msg.failure {
display: block;
}
}
}

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 329 B

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 329 B