123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- ion-content {
- height: calc(100vh - 121px) !important;
- }
- ion-item {
- ion-icon {
- margin-right: 9px;
- }
- font-size: 0.9rem;
- }
- .foodContent {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .myList {
- padding: 0%;
- ion-list {
- margin: 0%;
- }
- }
- .reminder-item {
- padding: 0%;
- ion-list {
- margin: 0%;
- }
- }
- .roleCard {
- margin: 0px;
- }
- .metadata-end-wrapper {
- position: absolute;
- bottom: 0px;
- inset-inline-end: 6px;
- font-size: 0.6rem;
- display: flex;
- align-items: center;
- }
- .metadata-end-wrapper-science {
- position: absolute;
- top: 0px;
- inset-inline-end: 0px;
- font-size: 0.6rem;
- display: flex;
- align-items: center;
- }
- ion-avatar img {
- width: 50px;
- height: 50px;
- object-fit: cover;
- }
- .bold-text {
- font-weight: bold;
- color: black;
- }
- .small-orange-text {
- font-size: 0.8em;
- color: orange;
- }
- .bold-text2 {
-
- color: rgb(40, 133, 248);
- }
- .small-orange-text2 {
- font-size: 0.8em;
- color: rgb(145, 146, 146);
- }
- .small-red-text {
- font-size: 0.8em;
- color: red;
- }
- .larger-font {
- font-size: 1.2em;}
- .item-with-padding {
- padding-left: 16px;
- padding-right: 16px;
- }
- .ion-padding{
- background-color: #eff6f7 !important;
- }
- .days-badge {
-
- font-size: 0.8em;
- font-weight: 300;
-
-
- --background: rgb(255, 170, 0);
- --color: #fff;
- margin-left: auto;
- margin-right: 16px;
- padding: 4px 8px;
- border-radius: 4px;
- }
-
-
- .card-container {
- width: 100%;
- }
- .card {
- background-color: #fff;
- padding: 20px;
- border-radius: 10px;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
- }
- .profile {
- text-align: center;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- ion-avatar {
- margin-bottom: 10px;
- }
|