mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-20 13:01:52 +00:00
some required scss imports added (#670)
* some required scss imports added * mdRadio scss imports added
This commit is contained in:
parent
ebf55c18ab
commit
68142d732a
3 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@import '../../core/stylesheets/variables.scss';
|
||||
@import '../mdCheckbox/mdCheckbox.scss';
|
||||
|
||||
$radio-size: 20px;
|
||||
$radio-ripple-size: 48px;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
@import 'variables.scss';
|
||||
@import 'typography.scss';
|
||||
|
||||
/* Structure
|
||||
========================================================================== */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
@import 'variables.scss';
|
||||
|
||||
.md-scrollbar {
|
||||
&::-webkit-scrollbar,
|
||||
::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue