diff --git a/src/app/pages/publications/publications.page.html b/src/app/pages/publications/publications.page.html index a9f782b08..3313f7168 100644 --- a/src/app/pages/publications/publications.page.html +++ b/src/app/pages/publications/publications.page.html @@ -1,56 +1,84 @@ - + - - -
-
-
- Ações Presidenciais -
-
- -
-
-
-
-
- - - - -
-
-
- -
-
- - -

{{viagem.Description}}

-

{{viagem.Detail}}

-
-
+ + + + + + +
+
+ + +
+
+
+ Ações Presidenciais +
+
+ +
+
+
+
+ + +
+
+
+ +
+
+ + +

{{viagem.Description}}

+

{{viagem.Detail}}

+
+
+
+
+
+ +
+
+ + +

{{evento.Description}}

+
+
+
+
-
-
- -
-
- - -

{{evento.Description}}

-
-
+ +
+ + +
+
+
+ Header +
+
+
+
+ + +
+ 123 +
-
+ +
+ + diff --git a/src/app/pages/publications/publications.page.scss b/src/app/pages/publications/publications.page.scss index a93051499..c182e3f6d 100644 --- a/src/app/pages/publications/publications.page.scss +++ b/src/app/pages/publications/publications.page.scss @@ -11,8 +11,8 @@ ion-toolbar{ --padding-right: 0px !important; --padding-end: 0px !important; } + .div-top-header{ - width: 400px; margin: 0 auto; background-color: #0782c9; overflow: auto; @@ -57,7 +57,6 @@ ion-toolbar{ transform: translate3d(0, 1px, 0); .title-content{ - width: 360px; margin: 0px auto; overflow: auto; padding: 0 !important; diff --git a/src/style/main.scss b/src/style/main.scss index fc357f2a7..ccb5ab9e9 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -185,6 +185,30 @@ } } + + +.width-md-100{width: 100%;} +.width-md-90{width: 90%;} +.width-md-80{width: 80%;} +.width-md-70{width: 70%;} +.width-md-60{width: 60%;} +.width-md-50{width: 50%;} +.width-md-40{width: 40%;} +.width-md-30{width: 30%;} +.width-md-20{width: 20%;} +.width-md-10{width: 10%;} + +.max-width-md-100{max-width: 100%;} +.max-width-md-90{max-width: 90%;} +.max-width-md-80{max-width: 80%;} +.max-width-md-70{max-width: 70%;} +.max-width-md-60{max-width: 60%;} +.max-width-md-50{max-width: 50%;} +.max-width-md-40{max-width: 40%;} +.max-width-md-30{max-width: 30%;} +.max-width-md-20{max-width: 20%;} +.max-width-md-10{max-width: 10%;} + } @media only screen and (min-width: 1366px) { @@ -332,11 +356,45 @@ .background-black {background: black;} .text-center {text-align: center;} +.tex-left{ text-align: left;} +.text-right{text-align: right;} .width-100{width: 100%;} -.height-100{height: 100%;} -.height-fit-content{height: fit-content;} +.width-90{width: 90%;} +.width-80{width: 80%;} +.width-70{width: 70%;} +.width-60{width: 60%;} .width-50{width: 50%;} +.width-40{width: 40%;} +.width-30{width: 30%;} +.width-20{width: 20%;} +.width-10{width: 10%;} + +.max-width-100{max-width: 100%;} +.max-width-90{max-width: 90%;} +.max-width-80{max-width: 80%;} +.max-width-70{max-width: 70%;} +.max-width-60{max-width: 60%;} +.max-width-50{max-width: 50%;} +.max-width-40{max-width: 40%;} +.max-width-30{max-width: 30%;} +.max-width-20{max-width: 20%;} +.max-width-10{max-width: 10%;} + + +.height-100{height: 100%;} +.height-90{height: 90%;} +.height-80{height: 80%;} +.height-70{width: 70%;} +.height-60{height: 60%;} +.height-50{height: 50%;} +.height-40{height: 40%;} +.height-30{height: 30%;} +.height-20{height: 20%;} +.height-10{height: 10%;} + +.height-fit-content{height: fit-content;} + .border-t-radius{ border-top-left-radius: 25px;