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.
Application-Web/src/style/template/header.css

61 lines
951 B

@import url(../theme/default.css);
#header {
text-align: center;
background-color: var(--home-main-color);
margin: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
font-family: var(--font-title);
}
#img-account {
cursor: pointer;
}
#header-left,
#header-right,
#header-center {
width: 100%;
}
#header-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: end;
}
#username {
color: var(--main-contrast-color);
margin-right: 20px;
margin-left: 10px;
}
#clickable-header-right:hover #username {
color: var(--accent-color);
}
#clickable-header-right {
border-radius: 1cap;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.clickable {
cursor: pointer;
}
#iqball {
margin: 0;
color: var(--accent-color);
font-weight: bold;
font-size: 35px;
}