mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
@import '~themes/vars.less';
|
|
|
|
.searchHeader {
|
|
font-family: "Nunito", sans-serif;
|
|
font-size: 40px;
|
|
text-align: center;
|
|
margin-top: 7px;
|
|
}
|
|
.results {
|
|
padding: 10px;
|
|
}
|
|
.searchEntry {
|
|
:global{
|
|
.antd-card{
|
|
margin: auto;
|
|
}
|
|
}
|
|
} |