create default stylesheet #27
This commit is contained in:
parent
ea648f146d
commit
fae5428354
Binary file not shown.
Binary file not shown.
Binary file not shown.
14
src/scss/cdb-utilities/default.scss
Normal file
14
src/scss/cdb-utilities/default.scss
Normal file
@ -0,0 +1,14 @@
|
||||
// Default classes
|
||||
// ----------------------------------------------
|
||||
|
||||
@import '../cdb-variables/colors';
|
||||
|
||||
a {
|
||||
color: $cBlue;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
@ -60,12 +60,3 @@ button {
|
||||
dd, dt {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: $cBlue;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user