mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
added swirl decor to login and create account
This commit is contained in:
@@ -75,6 +75,14 @@ html {
|
||||
/* =========================
|
||||
Main Content Area
|
||||
========================= */
|
||||
.align-decor {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -85,6 +93,12 @@ html {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.vert_swirl {
|
||||
height: 65%;
|
||||
width: auto;
|
||||
margin: 0 50px;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
Login Box
|
||||
========================= */
|
||||
|
||||
Reference in New Issue
Block a user