Initial commit
This commit is contained in:
13
web/app/components/share/text-generation/style.module.css
Normal file
13
web/app/components/share/text-generation/style.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.appIcon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: url(./icons/app-icon.svg) center center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.starIcon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: url(./icons/star.svg) center center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
Reference in New Issue
Block a user