Cards correction
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
:root {
|
||||
font-family: Inter, system-ui, sans-serif;
|
||||
color: #14213d;
|
||||
background: #f5f7fb;
|
||||
background: #f8fafc;
|
||||
}
|
||||
|
||||
* { box-sizing: border-box; }
|
||||
@@ -386,7 +386,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
height: 144px;
|
||||
border-radius: 0;
|
||||
overflow: hidden;
|
||||
background: #f5f7fb;
|
||||
background: #f8fafc;
|
||||
box-shadow: none;
|
||||
}
|
||||
.avatar.speaking { animation: pulse 0.7s infinite alternate; }
|
||||
@@ -423,7 +423,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
|
||||
.student-screen {
|
||||
height: 100vh;
|
||||
background: #f5f7fb;
|
||||
background: #f8fafc;
|
||||
}
|
||||
.student-home {
|
||||
width: min(1040px, 100%);
|
||||
@@ -580,7 +580,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
flex-direction: column;
|
||||
gap: 0.4rem;
|
||||
padding: 0;
|
||||
background: #f5f7fb;
|
||||
background: #f8fafc;
|
||||
color: #14213d;
|
||||
border: none;
|
||||
}
|
||||
@@ -591,7 +591,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
object-fit: contain;
|
||||
border: 0;
|
||||
border-radius: 30px;
|
||||
background: #f5f7fb;
|
||||
background: #f8fafc;
|
||||
}
|
||||
.lesson-bubble {
|
||||
min-height: 68px;
|
||||
|
||||
Reference in New Issue
Block a user