mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-28 13:53:12 +00:00
Profile tags
This commit is contained in:
parent
55940598ee
commit
2b5daa78b7
5 changed files with 54 additions and 25 deletions
|
@ -60,11 +60,6 @@
|
|||
|
||||
gap: 0.5rem
|
||||
|
||||
h2
|
||||
margin: 0
|
||||
font-size: 1.3rem
|
||||
color: RGB($white)
|
||||
|
||||
p
|
||||
margin: 0
|
||||
font-size: 1rem
|
||||
|
@ -76,6 +71,32 @@
|
|||
border: 0 solid transparent
|
||||
border-bottom: 1px solid RGBA($white, 0.1)
|
||||
|
||||
.profile-title
|
||||
display: flex
|
||||
flex-direction: row
|
||||
gap: 0.5rem
|
||||
|
||||
h2
|
||||
margin: 0
|
||||
font-size: 1.3rem
|
||||
color: RGB($white)
|
||||
|
||||
.profile-tag
|
||||
margin: auto 0
|
||||
padding: 0.2rem
|
||||
|
||||
font-size: 0.7rem
|
||||
|
||||
color: RGB($black)
|
||||
background-color: RGB($white)
|
||||
border-radius: 2px
|
||||
|
||||
> img
|
||||
width: 0.9rem
|
||||
height: 0.9rem
|
||||
margin-right: 0.2rem
|
||||
|
||||
|
||||
@media (max-width: 621px)
|
||||
.account-block
|
||||
flex-direction: column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue