@@ -184,6 +184,38 @@
transform: translate(-50% , -50%);
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 {
color: #fff;