Refactor CSS
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
80205a7117
commit
6179b05fd5
14 changed files with 661 additions and 753 deletions
15
assets/styles/components/buttons.scss
Normal file
15
assets/styles/components/buttons.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
.tags {
|
||||
text-align: left;
|
||||
|
||||
li {
|
||||
font-size: 0.5em;
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
background: #248aaa;
|
||||
margin-left: 0.1em;
|
||||
margin-right: 0.1em;
|
||||
}
|
||||
a {
|
||||
color: #f9fafc;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue