You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- $brand-blue: #161e2d;
- $blue-grey: #949599;
-
- ion-content {
- --background: transparent;
- background-color: $brand-blue;
- }
-
- .content-container {
- margin-top: 65px;
- }
-
- .action-buttons {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 15px 5% 15px 10px;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 1;
- background-color: #161e2d;
- box-shadow: 0px 0px 5px black;
-
- button {
- background-color: transparent;
- border: none;
- }
-
- .nav button {
- color: $blue-grey;
- display: flex;
- align-items: center;
-
- ion-icon {
- font-size: 24px;
- }
-
- span {
- margin-left: 5px;
- font-size: 0.9rem;
- font-size: 14px;
- }
- }
-
- .action {
- display: flex;
- }
-
- .action button {
- width: 35px;
- height: 35px;
- border: 1px solid $blue-grey;
- background-color: rgba($blue-grey, 0.1);
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 15px;
-
- ion-icon {
- color: $blue-grey;
- font-size: 17px;
- }
- }
-
- }
|