File size: 738 Bytes
651b933 67239a5 8b02bc4 9d22b6e c4b84e3 651b933 8692f00 c4b84e3 fec0b05 8692f00 c4b84e3 529784a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
.bubble {
border: none
border-radius: 10px;
padding: 10px;
margin-top: 15px;
margin-left: 5%;
width: 70%;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.faded_bubble{
opacity: 40%;
}
.even_bubble{
background: pink;
}
.odd_bubble{
background: skyblue;
}
.bubble textarea {
border: none;
box-shadow: none;
background: inherit;
resize: none;
}
.explanation_accordion .svelte-s1r2yt{
font-weight: bold;
text-align: start;
}
.important_token{
background: darkred !important;
color: white;
}
/* .token_btn{
background-color: none;
background: none;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
color: blue;
font-weight: bold;
}
.token_btn:hover {
color: red;
}
*/ |