Init(Core): Change repo
This commit is contained in:
34
public/assets/scss/custom/components/_reboot.scss
Normal file
34
public/assets/scss/custom/components/_reboot.scss
Normal file
@@ -0,0 +1,34 @@
|
||||
/* =============
|
||||
General
|
||||
============= */
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.h1,.h2,.h3,.h4,.h5,.h6,
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: $gray-700;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
// blockquote
|
||||
|
||||
.blockquote {
|
||||
padding: 10px 20px;
|
||||
border-right: 4px solid $gray-300;
|
||||
}
|
||||
|
||||
.blockquote-reverse {
|
||||
border-right: 0;
|
||||
border-left: 4px solid $gray-300;
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user