You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
349 B

  1. :host {
  2. display: block;
  3. border: solid 1px #aaa;
  4. }
  5. .title {
  6. display: flex;
  7. padding: 0 10px;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. align-items: center;
  11. border-bottom: 1px solid #aaa;
  12. }
  13. .content {
  14. padding: 10px;
  15. min-height: 100px;
  16. }
  17. .button {
  18. padding: 10px;
  19. border-top: 1px solid #aaa;
  20. text-align: center;
  21. }