styles combine
This commit is contained in:
+13
-1
@@ -149,6 +149,18 @@ button:hover,
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn + .btn {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
background: var(--secondary-dark);
|
||||
}
|
||||
|
||||
.danger {
|
||||
background: var(--danger);
|
||||
}
|
||||
@@ -247,4 +259,4 @@ pre {
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user