implement welcome page for new sessions with access level settings #1

This commit is contained in:
ghost 2023-09-11 02:54:44 +03:00
parent db2063bbc3
commit 2c9d0e7278
4 changed files with 181 additions and 0 deletions

View file

@ -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;
}