mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
[splash] renamed file
This commit is contained in:
42
public/css/splash.css
Normal file
42
public/css/splash.css
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
@-webkit-keyframes pulse {
|
||||||
|
from {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes pulse {
|
||||||
|
from {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.splash {
|
||||||
|
margin: auto;
|
||||||
|
width: 160px;
|
||||||
|
height: 160px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
color: #888;
|
||||||
|
text-align: center;
|
||||||
|
animation-duration: 1s;
|
||||||
|
animation-name: pulse;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-direction: alternate;
|
||||||
|
|
||||||
|
-webkit-animation-duration: 1s;
|
||||||
|
-webkit-animation-name: pulse;
|
||||||
|
-webkit-animation-iteration-count: infinite;
|
||||||
|
-webkit-animation-direction: alternate;
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Reference in New Issue
Block a user