Created
May 28, 2018 16:02
-
-
Save daniele-zurico/28ccfa26447ab8e77c74ce3df7ed1c17 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.detail-table {display: flex;flex-direction: column;display: block;margin: 10px;width: 100%;} | |
.expand-icon {color: rgba(0,0,0,.44);font-size: 12px; margin-right: 5px; cursor: pointer;} | |
.col-value:first-child span{margin-left: 15px;} | |
.mat-form-field {padding: 10px 10px 0 10px;width: calc(100% - 20px);} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment