Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
boke0 committed Mar 23, 2021
1 parent e2dbf4e commit 1177f44
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 11 deletions.
269 changes: 269 additions & 0 deletions mitama/portal/static/mitama-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mitama/portal/static/mitama-style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions scss/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
--main-color: #ccc;
}
.no-item{
color: var(--main-text-lighter);
font-size: 0.8rem;
display: flex;
justify-content: center;
Expand All @@ -21,7 +20,6 @@
.profile{
display: grid;
text-decoration: none;
color: var(--main-text);
grid-column: 2/3;
grid-template-columns: 56px 1fr;
grid-gap: 16px;
Expand All @@ -41,7 +39,6 @@
}
.screen-name{
font-size: 0.75rem;
color: var(--main-text-lighter);
}
}
}
Expand All @@ -55,7 +52,6 @@
}
.screen-name {
font-size: 0.9rem;
color: #000;
font-weight: 600;
}
.name {
Expand Down Expand Up @@ -103,7 +99,6 @@
grid-template-columns: 56px 1fr;
grid-gap: 16px;
text-decoration: none;
color: var(--main-text);
.icon {
display: block;
width: 56px;
Expand All @@ -124,7 +119,6 @@
}
.screen-name{
font-size: 0.75rem;
color: var(--main-text-lighter);
}
.buttons{
text-align: right;
Expand All @@ -150,7 +144,6 @@
}
.screen-name {
font-size: 0.9rem;
color: #000;
font-weight: 600;
}
.name {
Expand All @@ -171,7 +164,6 @@
grid-template-columns: 56px 1fr auto;
grid-gap: 16px;
text-decoration: none;
color: var(--main-text);
padding: 8px;
.icon{
display: block;
Expand All @@ -190,7 +182,6 @@
}
.screen-name{
font-size: 0.65rem;
color: var(--main-text-lighter);
}
}
.actions{
Expand All @@ -209,7 +200,6 @@
border-radius: 16px;
}
.screen-name {
color: #000;
font-weight: 600;
font-size: 0.9rem;
}
Expand All @@ -228,7 +218,6 @@
.app-item {
display: grid;
text-decoration: none;
color: var(--main-text);
grid-template-columns: 56px 1fr;
grid-gap: 16px;
padding: 8px;
Expand Down

0 comments on commit 1177f44

Please sign in to comment.