Added new styles and classes - sass to be accessed
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.avatar {
|
||||
flex: 0 0 23%;
|
||||
margin-right: 20px;
|
||||
|
||||
@media (min-width: $md) {
|
||||
flex: 0 0 15%;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 112px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
@@ -51,6 +51,7 @@
|
||||
@import 'elements/notification';
|
||||
@import 'elements/alertbar';
|
||||
@import 'elements/utilities';
|
||||
@import 'elements/avatar';
|
||||
|
||||
/**
|
||||
/* Sections
|
||||
|
||||
Reference in New Issue
Block a user