Add ToolsFramework #32

Merged
FatttSnake merged 26 commits from FatttSnake into dev 2023-10-14 18:36:50 +08:00
Showing only changes of commit a228d27a51 - Show all commits

View File

@@ -14,13 +14,35 @@
} }
.content { .content {
ul{ > ul {
li { > li {
//background-color: #4E47BB; //background-color: #4E47BB;
margin: 4px 10px; margin: 4px 14px;
padding: 4px;
&.item { &.item {
background-color: #4E47BB; font-size: 1.6em;
border-radius: 8px;
overflow: hidden;
:hover {
background-color: #4E47BB;
}
}
a {
display: flex;
padding: 8px 16px;
height: 100%;
width: 100%;
.icon {
}
.text {
flex: 1;
text-align: center;
}
} }
.separate { .separate {