mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Removes files that should belong only to master
This commit is contained in:
32
bower_components/primer-css/scss/_states.scss
vendored
Normal file
32
bower_components/primer-css/scss/_states.scss
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
// A rounded corner box containing a label "open" or "closed"
|
||||
// Without a state it is grey.
|
||||
//
|
||||
// open - green background
|
||||
// reopened - green background
|
||||
// closed - red background
|
||||
// merged - purple background
|
||||
// renamed - orange background
|
||||
//
|
||||
// No styleguide reference
|
||||
.state {
|
||||
display: inline-block;
|
||||
padding: 4px 8px;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.state-open,
|
||||
.state-proposed,
|
||||
.state-reopened {
|
||||
background-color: $status-open;
|
||||
}
|
||||
|
||||
.state-merged { background-color: $status-merged; }
|
||||
|
||||
.state-closed { background-color: $status-closed; }
|
||||
|
||||
.state-renamed { background-color: $status-renamed; }
|
Reference in New Issue
Block a user