This commit is contained in:
Bálint Szekeres
2019-11-10 21:44:16 +01:00
parent c6269ccaa0
commit 151bb3af5e
5 changed files with 41 additions and 15 deletions

View File

@@ -43,10 +43,6 @@
#app.layout-do {
font-family: 'Sailec', sans-serif;
.btn-sm {
padding: 0.375rem 0.5rem;
}
.btn-light.active {
@extend .btn-primary;
}
@@ -210,6 +206,20 @@
border-top-right-radius: 5px;
}
.presets {
display: flex;
margin: 40px auto 30px;
tooltip,
.btn {
flex: 1 1 auto;
}
.btn {
width: 90%;
}
}
.nav-pills {
margin: 25px 0;
background-color: #ffffff;