mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 06:45:12 +00:00
Polishing button colors and starting to create templates for different layouts
This commit is contained in:
@ -164,20 +164,20 @@ $font-size-base: 14px;
|
||||
.tao-grid-message {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr auto;
|
||||
grid-row-gap: $nano;
|
||||
grid-row-gap: $hair;
|
||||
width: 100%;
|
||||
|
||||
background-color: $tao-gray-100;
|
||||
border-radius: $tao-panel-border-radius-sm;
|
||||
padding: $tiny;
|
||||
font-size: $font-size-base;
|
||||
margin-bottom: $small;
|
||||
margin-bottom: $hair;
|
||||
}
|
||||
|
||||
.tao-grid-message-header {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 5fr 8fr;
|
||||
grid-column-gap: 0;
|
||||
grid-column-gap: 4px;
|
||||
width: 100%;
|
||||
|
||||
img {
|
||||
|
Reference in New Issue
Block a user