Initial Login functionality
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Badge floating
|
||||
//
|
||||
|
||||
|
||||
.btn {
|
||||
.badge-floating {
|
||||
position: absolute;
|
||||
top: -$badge-floating-top;
|
||||
transform: translateY($badge-floating-top);
|
||||
border: $badge-floating-border solid;
|
||||
|
||||
&.badge:not(.badge-circle) {
|
||||
transform: $badge-floating-transform;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user