diff options
author | crupest <crupest@outlook.com> | 2020-06-10 15:50:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-10 15:50:15 +0800 |
commit | 6aa26882b6ab759e6240457ec19c065296964d9f (patch) | |
tree | d2fc3cd8128f74e058b91a99b8c291b9a360aa68 /Timeline/ClientApp/src/timeline/timeline.sass | |
parent | fbbe8660d7d4fb9e5363e80b959302b41a013d1b (diff) | |
download | timeline-6aa26882b6ab759e6240457ec19c065296964d9f.tar.gz timeline-6aa26882b6ab759e6240457ec19c065296964d9f.tar.bz2 timeline-6aa26882b6ab759e6240457ec19c065296964d9f.zip |
feat(front): Make post editer beatiful.
Diffstat (limited to 'Timeline/ClientApp/src/timeline/timeline.sass')
-rw-r--r-- | Timeline/ClientApp/src/timeline/timeline.sass | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/timeline/timeline.sass b/Timeline/ClientApp/src/timeline/timeline.sass index dad5251c..c9f88a22 100644 --- a/Timeline/ClientApp/src/timeline/timeline.sass +++ b/Timeline/ClientApp/src/timeline/timeline.sass @@ -116,3 +116,11 @@ $timeline-line-color-current: #36c2e6 .mask
background: change-color($color: white, $alpha: 0.8)
z-index: 100
+
+textarea.timeline-post-edit
+ @extend .border-primary
+ @extend .rounded
+
+ &:focus
+ outline: none
+ box-shadow: 0 0 5px 0 $primary
|