mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
13 lines
163 B
CSS
13 lines
163 B
CSS
body {
|
|
width: 100%;
|
|
}
|
|
#logo {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: url('../assets/logo.png');
|
|
background: url("#inline-svg");
|
|
}
|
|
|
|
.a {
|
|
var: test;
|
|
}
|