Skip to content

Commit

Permalink
refactor: remove unecessary styling (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto authored Oct 15, 2023
1 parent e76d252 commit c926573
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,31 +64,7 @@ a.nav-link:hover {
padding-top: 0;
}

/* Chatbot */
.RecastApp .RecastAppMessage .RecastAppCard--text,
.RecastApp .RecastAppMessage .CaiAppCard--text,
.CaiApp .CaiAppMessage .RecastAppCard--text,
.CaiApp .CaiAppMessage .CaiAppCard--text {
color: black;
}

@media (max-width: 419px) {
.RecastApp .RecastAppChat.open,
.CaiApp .CaiAppChat.open {
height: 100%;
min-height: -webkit-fill-available;
}

.RecastApp .RecastAppLive,
.CaiApp .CaiAppLive {
height: 90vh !important;
}

.RecastApp .RecastAppInput,
.CaiApp .CaiAppInput {
position: fixed !important;
}

.carousel .change_outer .change_inner {
--type-developer: -5rem;
--type-consultant: -10rem;
Expand Down

0 comments on commit c926573

Please sign in to comment.