launch.css 153 B

1234567891011
  1. .content {
  2. height: 100%;
  3. width: 100%;
  4. position: relative;
  5. padding-top: 0;
  6. }
  7. .test{
  8. display: none;
  9. background-color: $uni-color-theme;
  10. }