index.less 322 B

123456789101112131415161718
  1. @charset "utf-8";
  2. @import '../../style/core.less';
  3. .logo-wrapper {
  4. display: inline-block;
  5. border-radius: 10px;
  6. text-align: center;
  7. .logo-item {
  8. width: 100%;
  9. height: 100%;
  10. background: @theme_color;
  11. color: #fff;
  12. text-align: center;
  13. border-radius: 10px;
  14. }
  15. .assets {
  16. height: 100%;
  17. }
  18. }