organisation css
This commit is contained in:
parent
a0fa93a62e
commit
96812f75df
18 changed files with 260 additions and 16 deletions
32
assets/css/abstracts/_mixins.scss
Normal file
32
assets/css/abstracts/_mixins.scss
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
@mixin icon($size){
|
||||
width: $size;
|
||||
height: $size;
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@mixin chart-edit($size){
|
||||
width: $size;
|
||||
height: $size;
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
circle{
|
||||
fill: #cfcfcf;
|
||||
}
|
||||
|
||||
.filled{
|
||||
fill: lightgreen;
|
||||
}
|
||||
|
||||
.verified{
|
||||
fill: green;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue