remove dist dir
This commit is contained in:
parent
69a49f8df7
commit
1d7a215108
2 changed files with 0 additions and 45 deletions
44
src/dist/style/simple-orange.css
vendored
44
src/dist/style/simple-orange.css
vendored
|
@ -1,44 +0,0 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-top: 3rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.headingbox > h1 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 800;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.imgbox > img {
|
||||
height: 10rem;
|
||||
width: 10rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.linkbox {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: linear-gradient(165deg, #c7a25c 0%, #ff9601 43%, #980d0d 100%);
|
||||
}
|
||||
|
||||
.headingbox {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=simple-orange.css.map */
|
1
src/dist/style/simple-orange.css.map
vendored
1
src/dist/style/simple-orange.css.map
vendored
|
@ -1 +0,0 @@
|
|||
{"version":3,"sourceRoot":"","sources":["../../public/util/main.scss","../../public/util/simple-basic.scss","../../public/themes/simple-orange.scss"],"names":[],"mappings":"AAAA;EACI;EACA;;;ACFJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;ACxBJ;EACI;;;AAGJ;EACI","file":"simple-orange.css"}
|
Loading…
Reference in a new issue