123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
-
- /* As a good practice don't edit React Components, create classes and apply those classes to
- the specific component you are trying to change */
-
- ion-grid {
- padding: 0;
- }
-
- .title-col {
- display: flex;
- align-content: center
- }
- .screen-titles{
- color: #ffffff;
- font-size: 30px;
- text-align: right;
- padding-right: 0;
- }
-
- .screen-h2 {
- padding-top: 20px;
- }
-
-
- /* Styles for information screen */
- .info-card{
- padding: 20px;
- }
-
- .info-p {
- line-height: 1.5;
- }
-
- /* Styles for home screen */
-
- .card-header {
- padding-left: 5px;
- padding-right: 5px;
- }
-
- .ion-btn-download {
- width:40px;
- }
-
- .msg-button {
- position: absolute;
- color: red;
- font-size: 45px;
- }
-
- .moti-download {
- font-size: 40px;
- }
-
- .moti-card {
- background-color: #fff;
- border-radius: 15px !important;
- padding: 15px;
- margin: 15px;
- }
-
- .moti-img {
- border-radius: 15px !important;
- overflow: hidden;
- }
- .card-date {
- color:#8f00ff;
- display:flex;
- justify-content: space-between;
- align-items: center;
- }
-
- /* Styles for the flag screen */
-
|