Added a "buttons" component file to css stack.
Removed button style spec from group form into a re-usable class.
This commit is contained in:
@@ -49,18 +49,5 @@
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
button {
|
||||
background: $gab-blue;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
font-size: 14px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
height: 25px;
|
||||
padding: 1px 12px;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
}
|
||||
button {float: right;}
|
||||
}
|
||||
Reference in New Issue
Block a user