mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
implement welcome page for new sessions with access level settings #1
This commit is contained in:
parent
db2063bbc3
commit
2c9d0e7278
4 changed files with 181 additions and 0 deletions
|
|
@ -40,9 +40,15 @@
|
|||
color: #d77575;
|
||||
}
|
||||
|
||||
.text-color-pink {
|
||||
color: #b55cab;
|
||||
}
|
||||
|
||||
/*
|
||||
.text-color-pink {
|
||||
color: #a44399;
|
||||
}
|
||||
*/
|
||||
|
||||
.text-color-blue {
|
||||
color: #5785b7;
|
||||
|
|
@ -193,6 +199,10 @@
|
|||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.padding-b-16 {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
.padding-t-16 {
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
|
@ -261,6 +271,10 @@
|
|||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.margin-b-24 {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.display-block {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue