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:
19
app/javascript/styles/gabsocial/components/buttons.scss
Normal file
19
app/javascript/styles/gabsocial/components/buttons.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
button {
|
||||
&.standard {
|
||||
&-small {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user