mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
14
lib/core/styles/_default-class.scss
Normal file
14
lib/core/styles/_default-class.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
@mixin adf-default-class($theme) {
|
||||
|
||||
.adf-hide-small {
|
||||
@media screen and ($mat-small) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-hide-xsmall {
|
||||
@media screen and ($mat-xsmall) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user