Created
July 9, 2020 20:34
-
-
Save NazemMahmud/6b4dca6f2268d50cccd2a733ae7e5393 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.mat-toolbar { | |
font-size: 12px; | |
color: rgba(0,0,0,.54); | |
} | |
button { | |
border: none !important; | |
background-color: transparent; | |
} | |
@media(max-width: 576px) { | |
.responsive-view { | |
margin-left: 10px !important; | |
} | |
.margin-for-mobile { | |
margin-top: 10px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment