@ -2,7 +2,7 @@
position : sticky ;
top : 0 ;
left : 0 ;
padding : 42px 64px 12px ;
padding : 42px 64px 12px 0 ;
font-weight : 600 ;
font-size : 18px ;
line-height : 28px ;
@ -14,7 +14,7 @@
}
. dataSourceItem {
@ apply box-border relative shrink-0 flex items-center mr-3 p-3 h-14 bg-white rounded-xl cursor-pointer ;
@ apply box-border relative grow shrink-0 flex items-center p-3 h-14 bg-white rounded-xl cursor-pointer ;
border : 0 . 5px solid # EAECF0 ;
box-shadow : 0px 1px 2px rgba ( 16 , 24 , 40 , 0 . 05 ) ;
font-weight : 500 ;
@ -22,27 +22,32 @@
line-height : 20px ;
color : # 101828 ;
}
. dataSourceItem : hover {
background-color : # f5f8ff ;
border : 0 . 5px solid # B2CCFF ;
box-shadow : 0px 12px 16px -4px rgba ( 16 , 24 , 40 , 0 . 08 ) , 0px 4px 6px -2px rgba ( 16 , 24 , 40 , 0 . 03 ) ;
}
. dataSourceItem . active {
background-color : # f5f8ff ;
border : 1 . 5px solid # 528BFF ;
box-shadow : 0px 1px 3px rgba ( 16 , 24 , 40 , 0 . 1 ) , 0px 1px 2px rgba ( 16 , 24 , 40 , 0 . 06 ) ;
}
. dataSourceItem . disabled {
background-color : # f9fafb ;
border : 0 . 5px solid # EAECF0 ;
box-shadow : 0px 1px 2px rgba ( 16 , 24 , 40 , 0 . 05 ) ;
cursor : default ;
}
. dataSourceItem . disabled : hover {
background-color : # f9fafb ;
border : 0 . 5px solid # EAECF0 ;
box-shadow : 0px 1px 2px rgba ( 16 , 24 , 40 , 0 . 05 ) ;
}
. comingTag {
@ apply flex justify-center items-center bg-white ;
position : absolute ;
@ -57,6 +62,7 @@
line-height : 18px ;
color : # 444CE7 ;
}
. datasetIcon {
@ apply flex mr-2 w-8 h-8 rounded-lg bg-center bg-no-repeat ;
background-color : # F5FAFF ;
@ -64,15 +70,18 @@
background-size : 16px ;
border : 0 . 5px solid # D1E9FF ;
}
. dataSourceItem : active . datasetIcon ,
. dataSourceItem : hover . datasetIcon {
background-color : # F5F8FF ;
border : 0 . 5px solid # E0EAFF ;
}
. datasetIcon . notion {
background-image : url ( . . / assets / notion . svg ) ;
background-size : 20px ;
}
. datasetIcon . web {
background-image : url ( . . / assets / web . svg ) ;
}
@ -119,6 +128,7 @@
line-height : 24px ;
color : # 374151 ;
}
. notionConnectionTip . title :: after {
content : '' ;
position : absolute ;
@ -129,6 +139,7 @@
background : center no-repeat url ( . . / assets / Icon-3-dots . svg ) ;
background-size : contain ;
}
. notionConnectionTip . tip {
margin-bottom : 20px ;
font-style : normal ;