style.scss 412 B

1234567891011121314151617181920212223242526
  1. md-tab-content {
  2. padding: 25px;
  3. &:nth-child(1) {
  4. background-color: #42A5F5;
  5. }
  6. &:nth-child(2) {
  7. background-color: #689F38;
  8. }
  9. &:nth-child(3) {
  10. background-color: #26C6DA;
  11. }
  12. }
  13. .after-tabs-area {
  14. > span {
  15. margin-top:25px;
  16. padding-right: 15px;
  17. vertical-align: middle;
  18. line-height: 30px;
  19. height: 35px;
  20. }
  21. > md-checkbox {
  22. margin-top:26px;
  23. margin-left: 0;
  24. }
  25. }