Add menu to switch
This commit is contained in:
parent
1829912c91
commit
16b3e48711
2 changed files with 40 additions and 3 deletions
16
front/dist/resources/style/style.css
vendored
16
front/dist/resources/style/style.css
vendored
|
@ -483,4 +483,20 @@ body {
|
|||
color: black;
|
||||
border: 1px solid black;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.main-console .menu {
|
||||
padding: 20px;
|
||||
color: #ffffffa6;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.main-console .menu span {
|
||||
margin: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.main-console .menu span.active {
|
||||
color: white;
|
||||
border-bottom: solid 1px white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue