Style user address (with username seperate from host)
This commit is contained in:
12
app/styles/components/_account-info.scss
Normal file
12
app/styles/components/_account-info.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.account-info {
|
||||
|
||||
.username {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.host {
|
||||
font-size: 0.8rem;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user