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

63 lines
1.0 KiB

@import url(../theme/default.css);
#header {
user-select: none;
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;
margin-right: 5px;
width: 50px;
height: 50px;
border-radius: 20%;
-webkit-user-drag: none;
}
#header-left,
#header-right,
#header-center {
width: 100%;
}
#header-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: end;
margin-right: 30px;
color: white;
}
#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;
}