📦 Added toast, Material Icon font

This commit is contained in:
Liyas Thomas
2019-09-25 14:44:44 +05:30
parent 393a02f98b
commit e4381c974f
9 changed files with 64 additions and 12 deletions

View File

@@ -1,2 +1,2 @@
// Poppins (Google Fonts)
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Poppins:400,600&display=swap");

View File

@@ -295,8 +295,8 @@ ol li {
.flex-wrap {
display: flex;
justify-content: space-between;
align-items: center;
justify-content: space-between;
}
.show-on-small-screen {