diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-19 14:27:29 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-19 14:27:29 +0530 |
| commit | 43ea2d744c1dc8f51faf785bf8d97c560014426a (patch) | |
| tree | 7d27832d18842064af68797be7af33a9e1fa5954 /src/styles | |
| parent | ffaabdc04c5508ce8537d9031656ac1b388a6433 (diff) | |
| download | authorr-43ea2d744c1dc8f51faf785bf8d97c560014426a.tar.xz authorr-43ea2d744c1dc8f51faf785bf8d97c560014426a.zip | |
Added Template Selection Functionality
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/main.css | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 08e701c..d581c01 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -10,7 +10,7 @@ } .pane { border-left: none !important; - background-color: #fff; + background-color: #333333; } .nav-group-item { padding: 10px 10px !important; @@ -18,4 +18,31 @@ } .nav-group-item.active { background-color: #156CD5 !important; +} +.whiteText { + color: white; +} +.template { + display: inline-block; +} +.templateIcon { + background-size: contain; + background-position: center; + background-repeat: no-repeat; + width: 105px; + height: 148.5px; + background-color: #fff; +} +.templateName { + text-align: center; +} +.templateName span { + padding: 3px 6px; + border-radius: 3px; +} +.clickedText { + background-color: #156CD5; +} +.clicked { + outline: solid 3px #156CD5; }
\ No newline at end of file |
