Removed live indicator + began to write graphics menu
This commit is contained in:
21
client/components/help_entry/help_entry.css
Normal file
21
client/components/help_entry/help_entry.css
Normal file
@ -0,0 +1,21 @@
|
||||
.help-entry{
|
||||
height: 28px;
|
||||
display: flex;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.help-entry-title{
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.help-entry-arrow{
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin-left: auto;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user