Skip to content
Snippets Groups Projects
Verified Commit bd1fa15c authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new button types

parent e51ba769
No related branches found
No related tags found
1 merge request!5Support for the new web layout
Pipeline #655 passed
......@@ -208,15 +208,26 @@ p {
user-select: none;
}
.tiny-button.border {
border: 1px solid #ffffff;
}
.tiny-button.padded {
padding-top: 4px;
padding-bottom: 4px;
padding: 4px 10px 4px 10px;
}
.tiny-button.enabled {
background-color: #50cb93;
}
.tiny-button:hover {
background-color: #50cb93;
}
.tiny-button:active {
background-color: #2a9d8f;
}
.overlay.visible {
opacity: 1.0;
}
......
......@@ -45,8 +45,8 @@
</div>
<div class="separator"></div>
<div class="section">
<span class="tiny-button tiny-button-left padded">Benchmark</span>
<span class="tiny-button tiny-button-left padded">Information</span>
<span class="tiny-button tiny-button-left border padded">Benchmark</span>
<span class="tiny-button tiny-button-left padded enabled">Information</span>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment