|
@@ -7,6 +7,9 @@
|
|
|
class="school-logo"
|
|
|
:src="logoPath"
|
|
|
alt="school logo"
|
|
|
+ style="
|
|
|
+ background: linear-gradient(to bottom, #38f6f5 0%, #8efdf4 100%);
|
|
|
+ "
|
|
|
@load="(e) => (e.target.style = '')"
|
|
|
/>
|
|
|
</div>
|
|
@@ -1130,7 +1133,6 @@ export default {
|
|
|
height: 100px;
|
|
|
width: 400px;
|
|
|
object-fit: cover;
|
|
|
- background: linear-gradient(to bottom, #38f6f5 0%, #8efdf4 100%);
|
|
|
}
|
|
|
|
|
|
.header {
|