pretty invite page
This commit is contained in:
parent
bf1adcb358
commit
1305370561
4 changed files with 511 additions and 370 deletions
|
|
@ -1,6 +1,51 @@
|
|||
* {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
}
|
||||
|
||||
.badge {
|
||||
border: 2px solid black;
|
||||
border-radius: 10px;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #bdd5ea;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #e1c300;
|
||||
}
|
||||
|
||||
.invite-card {
|
||||
margin: 5vh 20vw;
|
||||
background-color: white;
|
||||
height: 100%;
|
||||
padding: 2vw;
|
||||
border-radius: 1vw;
|
||||
}
|
||||
|
||||
.invite-card-content {
|
||||
margin: 3% 20%;
|
||||
}
|
||||
|
||||
.invite-card-content * {
|
||||
margin: 1vh auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.invite-card-popup {
|
||||
background-color: #369;
|
||||
border-radius: 1vw;
|
||||
padding: 1vw;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.invite-card-popup a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.invite-card-popup a:hover {
|
||||
color: #E1C300;
|
||||
}
|
||||
BIN
src/public/img/laseca_logo_white.png
Normal file
BIN
src/public/img/laseca_logo_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 123 KiB |
Loading…
Add table
Add a link
Reference in a new issue