first commit
This commit is contained in:
1
dist/resources/static/css/home/.pydio
vendored
Normal file
1
dist/resources/static/css/home/.pydio
vendored
Normal file
@@ -0,0 +1 @@
|
||||
b2b8dbcc-6779-4432-9b90-614361ec29bd
|
||||
3
dist/resources/static/css/home/about.css
vendored
Normal file
3
dist/resources/static/css/home/about.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.about {
|
||||
color: red;
|
||||
}
|
||||
38
dist/resources/static/css/home/error.css
vendored
Normal file
38
dist/resources/static/css/home/error.css
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
.error {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
.error img {
|
||||
width: 270px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.error .i-message {
|
||||
margin-left: 19px;
|
||||
}
|
||||
.error .i-message .action {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.error .i-message .action a[href="/"] {
|
||||
margin-right: 15px;
|
||||
}
|
||||
.error .i-message ul {
|
||||
padding-left: 20px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.error .i-message h3 {
|
||||
font-size: 17px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 27px;
|
||||
font-weight: 500;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
.error .i-message a {
|
||||
color: #8d8d8d;
|
||||
}
|
||||
body,
|
||||
html,
|
||||
.error {
|
||||
height: 100%;
|
||||
}
|
||||
0
dist/resources/static/css/home/index.css
vendored
Executable file
0
dist/resources/static/css/home/index.css
vendored
Executable file
4
dist/resources/static/css/home/register.css
vendored
Normal file
4
dist/resources/static/css/home/register.css
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
.register {
|
||||
font-size: 30px;
|
||||
color: green;
|
||||
}
|
||||
3
dist/resources/static/css/home/test.css
vendored
Normal file
3
dist/resources/static/css/home/test.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.Test {
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user