aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCreateView.css')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostCreateView.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
deleted file mode 100644
index e483ca17..00000000
--- a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
+++ /dev/null
@@ -1,54 +0,0 @@
-.timeline-post-create-card {
- position: sticky !important;
- top: 106px;
- z-index: 100;
- margin-right: 200px;
-}
-
-@media (max-width: 576px) {
- .timeline-post-create-container {
- padding-top: 60px;
- }
-
- .timeline-post-create-card{
- margin-right: 0;
- }
-}
-
-.timeline-post-create {
- display: flex;
-}
-
-.timeline-post-create-edit-area {
- flex-grow: 1;
-}
-
-.timeline-post-create-edit-text {
- width: 100%;
- height: 100%;
- background-color: var(--cru-background-color);
- color: var(--cru-text-major-color);
- border: 1px solid var(--cru-text-major-color);
- padding: 0.5em;
- border-radius: 5px;
-}
-
-.timeline-post-create-edit-text:hover {
- border-color: var(--cru-clickable-secondary-normal-color)
-}
-
-.timeline-post-create-edit-text:focus {
- border-color: var(--cru-clickable-secondary-normal-color)
-}
-
-.timeline-post-create-image {
- max-width: 100px;
- max-height: 100px;
-}
-
-.timeline-post-create-right-area {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-left: 1em;
-}