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:
40
bower_components/primer-css/scss/_base.scss
vendored
Normal file
40
bower_components/primer-css/scss/_base.scss
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea,
|
||||
button {
|
||||
font: #{$body-font-size}/1.4 $body-font;
|
||||
}
|
||||
|
||||
body {
|
||||
font: #{$body-font-size}/1.4 $body-font;
|
||||
color: $brand-gray-dark;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $brand-blue;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
// Horizontal lines
|
||||
//
|
||||
// TODO-MDO: Remove `.rule` from everywhere and replace with `<hr>`s
|
||||
hr,
|
||||
.rule {
|
||||
height: 0;
|
||||
margin: 15px 0;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
@include clearfix();
|
||||
}
|
||||
Reference in New Issue
Block a user