|
|
@@ -222,86 +222,97 @@
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
|
+ .grid-container {
|
|
|
+ grid-template-columns: repeat(1, 1fr);
|
|
|
+ }
|
|
|
+
|
|
|
+ .responsive {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+
|
|
|
+ .centrar {
|
|
|
+ margin-top: 10%;
|
|
|
+ margin-left: 15px;
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+
|
|
|
+ .fondo {
|
|
|
+ background-color: #ebac3f;
|
|
|
+ display: inline-block;
|
|
|
+ border-radius: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content {
|
|
|
+ margin-bottom: 0;
|
|
|
+ margin-top: 0;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 24px;
|
|
|
+ color: white;
|
|
|
+ font-family: "Serenity Medium";
|
|
|
+ width: 61%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container-col {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin-left: -55px;
|
|
|
+ padding-top: 80px;
|
|
|
+ padding-right: 65px;
|
|
|
+ width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container-search {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: 15px;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .input {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .buttons {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: stretch;
|
|
|
+ gap: 10px;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .buttons mat-form-field,
|
|
|
+ .buttons app-button-dialog,
|
|
|
+ .buttons button {
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .green {
|
|
|
+ background-color: #2a6c42;
|
|
|
+ border: none;
|
|
|
+ color: white;
|
|
|
+ cursor: pointer;
|
|
|
+ border-radius: 6px;
|
|
|
+ height: 35px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table-container {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table-responsive {
|
|
|
+ overflow-x: scroll;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ .container-search > div:first-child,
|
|
|
+.container-search .buttons {
|
|
|
+ align-self: flex-start;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- .grid-container {
|
|
|
- grid-template-columns: repeat(1, 1fr);
|
|
|
- }
|
|
|
-
|
|
|
- .responsive {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- }
|
|
|
-
|
|
|
- .centrar {
|
|
|
- margin-top: 10%;
|
|
|
- margin-left: 15px;
|
|
|
- display: flex;
|
|
|
- }
|
|
|
-
|
|
|
- .fondo {
|
|
|
- background-color: #ebac3f;
|
|
|
- display: inline-block;
|
|
|
- border-radius: 10px;
|
|
|
- }
|
|
|
-
|
|
|
- .content {
|
|
|
- margin-bottom: 0;
|
|
|
- margin-top: 0;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 24px;
|
|
|
- color: white;
|
|
|
- font-family: "Serenity Medium";
|
|
|
- width: 61%;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- .container-col {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- margin-left: -55px;
|
|
|
- padding-top: 80px;
|
|
|
- padding-right: 65px;
|
|
|
- width: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- .container-search {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-between;
|
|
|
- width: 150%;
|
|
|
- }
|
|
|
-
|
|
|
- .input {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .buttons {
|
|
|
- display: flex;
|
|
|
- justify-content: space-around;
|
|
|
- align-items: center;
|
|
|
- flex-direction: row;
|
|
|
- }
|
|
|
-
|
|
|
- .green {
|
|
|
- background-color: #2a6c42;
|
|
|
- border: none;
|
|
|
- color: white;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 6px;
|
|
|
- height: 35px;
|
|
|
- }
|
|
|
-
|
|
|
- .table-container {
|
|
|
- width: 150%;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .table-responsive {
|
|
|
- overflow-x: scroll;
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
-
|
|
|
-}
|