diff options
| author | Kumar Priyansh <[email protected]> | 2020-07-17 21:20:37 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-07-17 21:20:37 +0530 |
| commit | 92339db9ca93839cbe1e4c7a23349fa7e9d3caf9 (patch) | |
| tree | 6135a8fcec5df4c1c2940570325aaaf3b5e0a1f9 /src/styles | |
| parent | 65cd01d0d7eae5b5e94b32f4de5f62521726c846 (diff) | |
| download | authorr-92339db9ca93839cbe1e4c7a23349fa7e9d3caf9.tar.xz authorr-92339db9ca93839cbe1e4c7a23349fa7e9d3caf9.zip | |
Integrated NativeKit
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/style.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/styles/style.css b/src/styles/style.css new file mode 100644 index 0000000..1d03f3f --- /dev/null +++ b/src/styles/style.css @@ -0,0 +1,29 @@ +.template { + display: inline-block; + margin-right: 20px; +} +.templateIcon { + background-size: contain; + background-position: center; + background-repeat: no-repeat; + width: 105px; + height: 148.5px; + background-color: #fff; + border-radius: 3px; + box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); +} +.templateName { + text-align: center; +} +.templateName span { + padding: 3px 6px; + border-radius: 3px; + font-size: 12px; +} +.clickedText { + background-color: #0C7EFF; + color: white; +} +.clicked { + box-shadow: 0 0 0 4px #0C7EFF; +}
\ No newline at end of file |
