Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. .example-container {
  2. width: 400px;
  3. // height: 370px;
  4. // padding: 5px;
  5. }
  6.  
  7. .mat-form-field,
  8. .matInput {
  9. width: 100%;
  10. }
  11.  
  12. .error-message {
  13. margin-left: 30%;
  14. color: #ffa000;
  15. }
  16.  
  17. .mat-grid-tile {
  18. /*background: lightblue;*/
  19. width: 200px;
  20. height: 550px;
  21. padding: 0;
  22. display: block;
  23. }
  24.  
  25. .md-textarea {
  26. border: 2px solid whitesmoke;
  27. width: 100%;
  28. height: 370px;
  29. }
  30.  
  31. .button .mat-button {
  32. margin: 5px;
  33. }
  34.  
  35. mat-form-field {
  36. margin-bottom: 1%;
  37. }
  38.  
  39. .leafletMap {
  40. height: 500px;
  41. width: 400px;
  42. margin-bottom: 10px;
  43. }
  44.  
  45. @media only screen and (max-width: 640px) {
  46. .leafletMap {
  47. height: 400px;
  48. width: auto;
  49. margin-bottom: 0px;
  50. }
  51. .example-container {
  52. width: 300px !important;
  53. height: auto;
  54. padding: inherit;
  55. }
  56. }
  57.  
  58. .circle {
  59. float: right;
  60. width: 50px;
  61. height: 50px;
  62. margin: 0 0.5%
  63. }
  64.  
  65. ::ng-deep.circle.mat-fab.mat-accent > .mat-button-wrapper{
  66. display: initial !important;
  67. }
  68.  
  69. .addIcon {
  70. background-color: #ffc400;
  71. color: white;
  72. }
  73.  
  74.  
  75. h2{
  76. display: inline;
  77. }
  78.  
  79. mat-card{
  80. margin-top: 2vh
  81. }
  82.  
  83.  
  84.  
  85. @media (min-width: 992px) {
  86. .col-6 {
  87. width: 50%;
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement