mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: initial commit
This commit is contained in:
21
widget/src/components/MenuItem.scss
Normal file
21
widget/src/components/MenuItem.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.sc-menu-element {
|
||||
border-top: 1px solid #b9b9b9;
|
||||
position: relative;
|
||||
font-size: 1rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.sc-menu-item {
|
||||
display: inline-block;
|
||||
padding: 1rem;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
}
|
||||
.sc-menu-item-button {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-size: 1.5rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user