Browse Source

[SCREEN] ADD jump tag css

sgw 1 year ago
parent
commit
f1c1be3657
1 changed files with 32 additions and 0 deletions
  1. 32 0
      src/views/taskScreen.css

+ 32 - 0
src/views/taskScreen.css

@@ -184,6 +184,38 @@
     transform: translate(-50% , -50%);
     transform: translate(-50% , -50%);
     white-space: nowrap;
     white-space: nowrap;
 }
 }
+.tag {
+    background: linear-gradient(140deg, #48a5e8 0%, #0a427c 50%, #1d71af 100%);
+    border-radius: 6px;
+    opacity: 1;
+    border: 3px solid;
+    border-image: linear-gradient(180deg, rgba(101, 178, 215, 1), rgba(255, 255, 255, 1), rgba(53, 123, 174, 1)) 1 1;
+
+    width: 100px;
+    height: 40px;
+    position: absolute;
+    top: 55px;
+    left: 1%;
+    right: 50%;
+    color: #FFFFFF;
+    font-weight: 550;
+    font-size: 20px;
+    text-align: center;
+    /*justify-content: center;*/
+    padding-top: 3px;
+    padding-bottom: 2px;
+    /*color: #FFF;*/
+
+    /*position: absolute;*/
+    /*top: 70px;*/
+    /*left: 3%;*/
+    /*right: 50%;*/
+    /*transform: translate(-50% , -50%);*/
+    /*white-space: nowrap;*/
+}
+.tag:hover{
+    cursor: pointer;
+}
 
 
 .task_name_header {
 .task_name_header {
     color: #fff;
     color: #fff;