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;
|
||||
|
Reference in New Issue
Block a user