You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hexo-theme-yorha/source/css/_partials/information_card.styl

35 lines
719 B

1 year ago
.information-content
display: flex
flex-direction: column
1 year ago
gap: 2px
1 year ago
// filter: drop-shadow(0.8px 0.8px 0.8px);
.avatar-box
display: flex
flex-direction: row
gap: 10px
.avatar-img img
height: 64px
width: 64px
.personal-information
display: flex
flex-direction: column
gap: 3px
.name
font-size: 20px
font-weight: bold
.sign
font-size: 14px
hr
border: 1.3px solid rgba(0, 0, 0, 0.16)
width: 100%
.data-row
justify-content: space-between
1 year ago
span.no-error-declaration
margin: 32px 0
text-align: center
font-size: 20px
user-select: none
letter-spacing: 2px