aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/index.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 16:41:03 +0800
committercrupest <crupest@outlook.com>2021-06-15 16:41:03 +0800
commit8c56e3fd388005bcb7aced75b73d7018511ceac8 (patch)
treea1a0138a52aa048ec8e6a35f1cfe2bbd85c8c684 /FrontEnd/src/index.css
parentddce03a67708249eec129eb36744be460345bd75 (diff)
downloadtimeline-8c56e3fd388005bcb7aced75b73d7018511ceac8.tar.gz
timeline-8c56e3fd388005bcb7aced75b73d7018511ceac8.tar.bz2
timeline-8c56e3fd388005bcb7aced75b73d7018511ceac8.zip
...
Diffstat (limited to 'FrontEnd/src/index.css')
-rw-r--r--FrontEnd/src/index.css53
1 files changed, 0 insertions, 53 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css
index ca0d4829..ff8c1866 100644
--- a/FrontEnd/src/index.css
+++ b/FrontEnd/src/index.css
@@ -81,59 +81,6 @@ textarea {
color: #ffc107;
}
-.text-button {
- background: transparent;
- border: none;
-}
-.text-button.primary {
- color: #0d6efd;
-}
-.text-button.primary:hover {
- color: #599bfe;
-}
-.text-button.secondary {
- color: #6c757d;
-}
-.text-button.secondary:hover {
- color: #939ba2;
-}
-.text-button.success {
- color: #198754;
-}
-.text-button.success:hover {
- color: #25c87c;
-}
-.text-button.info {
- color: #0dcaf0;
-}
-.text-button.info:hover {
- color: #54dbf6;
-}
-.text-button.warning {
- color: #ffc107;
-}
-.text-button.warning:hover {
- color: #ffd454;
-}
-.text-button.danger {
- color: #dc3545;
-}
-.text-button.danger:hover {
- color: #e77681;
-}
-.text-button.light {
- color: #f8f9fa;
-}
-.text-button.light:hover {
- color: white;
-}
-.text-button.dark {
- color: #212529;
-}
-.text-button.dark:hover {
- color: #434b53;
-}
-
.touch-action-none {
touch-action: none;
}