add window guard
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="vi">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/jpeg" href="/logo.jpeg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Simple Care — Rikkei Education</title>
|
||||
</head>
|
||||
|
||||
BIN
management/public/logo.jpeg
Normal file
BIN
management/public/logo.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
@@ -69,7 +69,7 @@ function App() {
|
||||
<>
|
||||
<aside className="sidebar">
|
||||
<div className="brand">
|
||||
<div className="brand-logo">RE</div>
|
||||
<img src="/logo.jpeg" alt="Simple Care" className="brand-logo-img" />
|
||||
<div className="brand-text">
|
||||
<span className="brand-name">Simple Care</span>
|
||||
<span className="brand-sub">Rikkei Education</span>
|
||||
|
||||
@@ -106,6 +106,15 @@ body {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.brand-logo-img {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: var(--radius-sm);
|
||||
object-fit: cover;
|
||||
flex-shrink: 0;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.brand-logo {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
|
||||
Reference in New Issue
Block a user