mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 03:14:17 +00:00
New .button.outline CSS style
This commit is contained in:
@@ -446,6 +446,16 @@ $column-gutter: 0;
|
||||
&.alert {
|
||||
color: $alert-color;
|
||||
}
|
||||
&.outline {
|
||||
background-color: transparent;
|
||||
border-width: 1px;
|
||||
&.secondary {
|
||||
color: $secondary-color;
|
||||
&:hover {
|
||||
color: $button-font-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.f-dropdown {
|
||||
|
||||
Reference in New Issue
Block a user