From a8a27ef168540dd96c9cb56249dcb0cdc2a9ab85 Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Sun, 11 Apr 2021 16:44:18 +0100 Subject: [PATCH] save --- .../gabinete-digital.page.html | 2 +- .../gabinete-digital.page.scss | 100 ++++++++++-------- 2 files changed, 54 insertions(+), 48 deletions(-) diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.html b/src/app/pages/gabinete-digital/gabinete-digital.page.html index 86cc72ff5..da5e3e16e 100644 --- a/src/app/pages/gabinete-digital/gabinete-digital.page.html +++ b/src/app/pages/gabinete-digital/gabinete-digital.page.html @@ -19,7 +19,7 @@ -
+
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.scss b/src/app/pages/gabinete-digital/gabinete-digital.page.scss index 4b314578b..2e51730cf 100644 --- a/src/app/pages/gabinete-digital/gabinete-digital.page.scss +++ b/src/app/pages/gabinete-digital/gabinete-digital.page.scss @@ -93,7 +93,60 @@ ion-content{ border-top-left-radius: 25px; border-top-right-radius: 25px; + .aside{ + border: 1px solid red; + //display: flex; + align-items: center; + justify-content: center; + + .exp-card{ + width: 173px; + height: 200px; + margin: 7px; + //margin: 8px; + //padding: 30px 5px 30px 5px; + border-radius: 15px; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07); + //border: solid 1px #e9e9e9; + /* --background-color: #ffffff !important; */ + background-color: #ffffff !important; + float: left; + //border: 1px solid red; + } + .exp-card-icon{ + margin: 0 auto; + } + .exp-card ion-icon{ + font-size: 48px; + } + .exp-card-title{ + font-size: 15px; + color: #0d89d1; + font-family: Roboto; + font-weight: bold; + font-stretch: normal; + font-style: normal; + color: #0d89d1; + margin: 15px 0 0 10px; + text-align: center; + } + .exp-card-title p{ + text-align: center; + + } + .exp-card-content{ + font-size: 13px; + color: #797979; + margin: 11px 0 0; + font-family: Roboto; + font-weight: 700; + font-stretch: normal; + font-style: normal; + line-height: normal; + letter-spacing: normal; + text-align: center; + } } } @@ -116,54 +169,7 @@ ion-content{ font-size: 35px; overflow: auto; } -.exp-card{ - width: 173px; - height: 200px; - margin-right: 14px; - margin-bottom: 14px; - //margin: 8px; - //padding: 30px 5px 30px 5px; - border-radius: 15px; - box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07); - //border: solid 1px #e9e9e9; - /* --background-color: #ffffff !important; */ - background-color: #ffffff !important; - float: left; - border: 1px solid red; -} -.exp-card-icon{ - margin: 0 auto; -} -.exp-card ion-icon{ - font-size: 48px; -} -.exp-card-title{ - font-size: 15px; - color: #0d89d1; - font-family: Roboto; - font-weight: bold; - font-stretch: normal; - font-style: normal; - color: #0d89d1; - margin: 15px 0 0 10px; - text-align: center; -} -.exp-card-title p{ - text-align: center; -} -.exp-card-content{ - font-size: 13px; - color: #797979; - margin: 11px 0 0; - font-family: Roboto; - font-weight: 700; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - text-align: center; -}