Update light_mode_chatter_owl.css
Browse files
light_mode_chatter_owl.css
CHANGED
|
@@ -78,6 +78,13 @@ h1, h2 {
|
|
| 78 |
background-color: white;
|
| 79 |
}
|
| 80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
@keyframes float {
|
| 82 |
0% { transform: translateY(0px); }
|
| 83 |
50% { transform: translateY(-8px); }
|
|
|
|
| 78 |
background-color: white;
|
| 79 |
}
|
| 80 |
|
| 81 |
+
#module-wrapper {
|
| 82 |
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
|
| 83 |
+
border-radius: 8px;
|
| 84 |
+
padding: 16px;
|
| 85 |
+
background-color: white;
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
@keyframes float {
|
| 89 |
0% { transform: translateY(0px); }
|
| 90 |
50% { transform: translateY(-8px); }
|