finish activity ui
This commit is contained in:
18
app/assets/images/plays_hub_logo.svg
Normal file
18
app/assets/images/plays_hub_logo.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<radialGradient id="liquidGreen" cx="50%" cy="40%" r="70%" fx="60%" fy="30%">
|
||||
<stop offset="0%" stop-color="#A8FFC5"/>
|
||||
<stop offset="70%" stop-color="#7EE8B9"/>
|
||||
<stop offset="100%" stop-color="#6AD1A5"/>
|
||||
</radialGradient>
|
||||
<filter id="goo" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur"/>
|
||||
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 12 -5" result="goo"/>
|
||||
<feBlend in="SourceGraphic" in2="goo" mode="normal"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<!-- Liquid blob background -->
|
||||
<path filter="url(#goo)" d="M40 8c12 0 23 7 27 17 4 10-2 23-10 31s-21 12-32 7c-11-5-18-17-15-28C14 15 28 8 40 8z" fill="url(#liquidGreen)"/>
|
||||
<!-- Play triangle -->
|
||||
<polygon points="34,27 34,53 54,40" fill="#fff" style="filter: drop-shadow(0 2px 6px #7EE8B9aa)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -14,8 +14,200 @@ main {
|
||||
padding-left: 3vw;
|
||||
padding-right: 3vw;
|
||||
box-sizing: border-box;
|
||||
margin-top: 4.5em;
|
||||
}
|
||||
|
||||
.dashboard-widget {
|
||||
background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); padding: 2em 2.5em;
|
||||
}
|
||||
|
||||
.dashboard-widget .widget-title {
|
||||
margin-top: 0;
|
||||
font-size: 1.4em;
|
||||
color: #0071e3;
|
||||
font-weight: 600;
|
||||
margin-bottom: 1.2em;
|
||||
letter-spacing: 0.5px;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dashboard-widget .widget-content {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.dashboard-widget .widget-content div {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.dashboard-widget .widget-content div strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.site-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0.5em 3vw;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.site-header .logo a {
|
||||
font-weight: bold;
|
||||
font-size: 1.4em;
|
||||
color: #0071e3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site-header nav a {
|
||||
margin-left: 2em;
|
||||
color: #222;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: color 0.15s;
|
||||
}
|
||||
|
||||
.site-header nav a:hover {
|
||||
color: #0071e3;
|
||||
}
|
||||
|
||||
.site-header .logout-btn {
|
||||
color: #e00;
|
||||
font-weight: 600;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin-left: 2em;
|
||||
font-size: 1em;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
box-shadow: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.site-header .logout-link-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
color: #e00;
|
||||
font-weight: 600;
|
||||
padding: 0;
|
||||
margin-left: 2em;
|
||||
font-size: 1em;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
box-shadow: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.site-header .logout-link-btn:hover {
|
||||
text-decoration: underline;
|
||||
color: #b00;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.site-header {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
padding: 0.7em 1vw;
|
||||
}
|
||||
.site-header nav a {
|
||||
margin-left: 1em;
|
||||
font-size: 1em;
|
||||
}
|
||||
main {
|
||||
margin-top: 5.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.login-card {
|
||||
background: #fff;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
|
||||
padding: 2em 2.5em;
|
||||
max-width: 400px;
|
||||
margin: 3em auto 2.5em auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
|
||||
.login-heading {
|
||||
margin-top: 0;
|
||||
font-size: 1.4em;
|
||||
color: #0071e3;
|
||||
font-weight: 600;
|
||||
margin-bottom: 1.2em;
|
||||
letter-spacing: 0.5px;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.login-card .field {
|
||||
width: 100%;
|
||||
margin-bottom: 1.2em;
|
||||
}
|
||||
|
||||
.login-card .actions {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.login-card .actions input[type="submit"],
|
||||
.login-card .actions button,
|
||||
.login-card button[type="submit"] {
|
||||
background: #0071e3;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 12px;
|
||||
padding: 0.8em 2.2em;
|
||||
font-size: 1.05em;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
margin-top: 1em;
|
||||
transition: background 0.2s, opacity 0.2s;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.login-card .actions input[type="submit"]:hover,
|
||||
.login-card .actions button:hover,
|
||||
.login-card button[type="submit"]:hover {
|
||||
background: #005bb5;
|
||||
}
|
||||
|
||||
|
||||
.login-card input[type="email"],
|
||||
.login-card input[type="password"] {
|
||||
width: 100%;
|
||||
padding: 0.7em 1em;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #e0e0e0;
|
||||
font-size: 1em;
|
||||
margin-top: 0.3em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.login-card input[type="email"]:focus,
|
||||
.login-card input[type="password"]:focus {
|
||||
outline: none;
|
||||
border-color: #0071e3;
|
||||
box-shadow: 0 0 0 2px #e8f0fe;
|
||||
}
|
||||
|
||||
.login-card label {
|
||||
font-weight: 500;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 700px) {
|
||||
main {
|
||||
padding-left: 1vw;
|
||||
@@ -77,7 +269,6 @@ button {
|
||||
font-weight: 600;
|
||||
cursor: not-allowed;
|
||||
opacity: 0.7;
|
||||
margin-top: 2em;
|
||||
transition: background 0.2s, opacity 0.2s;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
|
||||
letter-spacing: 0.2px;
|
||||
|
||||
Reference in New Issue
Block a user