123456789101112131415161718 |
- @charset "utf-8";
- #empty {
- .block {
- padding-top: 100px;
- background-image: url('/assets/bg_1.svg');
- background-repeat: no-repeat;
- background-position: center 110px;
- background-size: 100%;
- }
- img.image {
- width: 300px;
- margin-bottom: 20px;
- }
- h3 {
- color: #999;
- margin: 20px;
- }
- }
|