mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
cleaned up splash:
This commit is contained in:
36
erpnext/public/css/erpnext.css
Normal file
36
erpnext/public/css/erpnext.css
Normal file
@@ -0,0 +1,36 @@
|
||||
.small {
|
||||
font-size: 11.5px;
|
||||
}
|
||||
|
||||
.erpnext-footer {
|
||||
margin: 11px auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.show-all-reports {
|
||||
margin-top: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* toolbar */
|
||||
.toolbar-splash {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: -10px auto;
|
||||
}
|
||||
|
||||
/* pos */
|
||||
.pos-item {
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
padding-left: 5px !important;
|
||||
padding-right: 5px !important;
|
||||
}
|
||||
|
||||
.pos-bill {
|
||||
margin-left: -30px;
|
||||
margin-top: -10px;
|
||||
padding: 20px 10px;
|
||||
font-family: Monospace;
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
@-webkit-keyframes pulse {
|
||||
from {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
from {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.splash {
|
||||
margin: auto;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 30px;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
text-align: center;
|
||||
color: #888;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
.splash:after {
|
||||
content: "erpnext";
|
||||
font-size: 30px;
|
||||
font-weight: 300;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
position: relative;
|
||||
top: -30px;
|
||||
}
|
||||
Reference in New Issue
Block a user