Display account details
This commit is contained in:
14
assets/css/base_settings_page.css
Normal file
14
assets/css/base_settings_page.css
Normal file
@ -0,0 +1,14 @@
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.page_body {
|
||||
padding: 3rem;
|
||||
}
|
2
assets/css/bootstrap.css
vendored
2
assets/css/bootstrap.css
vendored
@ -12,7 +12,7 @@
|
||||
* Copyright 2011-2021 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
|
||||
@import url("../robotfont/font.css");
|
||||
:root {
|
||||
--bs-blue: #2a9fd6;
|
||||
--bs-indigo: #6610f2;
|
||||
|
BIN
assets/img/account.png
Normal file
BIN
assets/img/account.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 675 B |
7
assets/js/bootstrap.bundle.min.js
vendored
Normal file
7
assets/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
assets/robotfont/KFOlCnqEu92Fr1MmWUlvAw.ttf
Normal file
BIN
assets/robotfont/KFOlCnqEu92Fr1MmWUlvAw.ttf
Normal file
Binary file not shown.
BIN
assets/robotfont/KFOmCnqEu92Fr1Me5Q.ttf
Normal file
BIN
assets/robotfont/KFOmCnqEu92Fr1Me5Q.ttf
Normal file
Binary file not shown.
14
assets/robotfont/font.css
Normal file
14
assets/robotfont/font.css
Normal file
@ -0,0 +1,14 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(./KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(./KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
|
||||
}
|
Reference in New Issue
Block a user