@enki-tek/fms-web-components 0.1.22 → 0.1.23
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
|
|
5
5
|
export let sensor = false;
|
6
6
|
</script>
|
7
7
|
|
8
|
-
<div class="{sensor ? "col-12
|
8
|
+
<div class="{sensor ? "col-12" : "col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3" } ">
|
9
9
|
<div class="{notify ? 'blip' : ''} m-2 card {className} {small ? 'card-mini' : ''}">
|
10
10
|
<slot />
|
11
11
|
</div>
|