mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
changed docs design
This commit is contained in:
@@ -49,10 +49,10 @@
|
|||||||
} */
|
} */
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
border-left: 1px solid #26272b;
|
border-left: 4px solid #EFFF33;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
background-color: #f5f5f5;
|
background-color: #FDFFE5;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
@@ -63,6 +63,13 @@
|
|||||||
border-color: #ebebeb;
|
border-color: #ebebeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content-area:hover .mt-8 .block:hover{
|
||||||
|
border-radius: 0;
|
||||||
|
border-width: 1px;
|
||||||
|
background-color: #FDFFE5;
|
||||||
|
border-color: #EFFF33;
|
||||||
|
}
|
||||||
|
|
||||||
#content-area .mt-8 .rounded-xl{
|
#content-area .mt-8 .rounded-xl{
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,6 +27,13 @@
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar li > a.text-primary {
|
||||||
|
border-radius: 0;
|
||||||
|
background-color: #FBFFCC;
|
||||||
|
border-left: 4px solid #EFFF33;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar li > a.mt-2 {
|
#sidebar li > a.mt-2 {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@@ -49,10 +56,10 @@
|
|||||||
} */
|
} */
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
border-left: 1px solid #26272b;
|
border-left: 4px solid #EFFF33;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
background-color: #f5f5f5;
|
background-color: #FDFFE5;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
@@ -63,6 +70,13 @@
|
|||||||
border-color: #ebebeb;
|
border-color: #ebebeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content-area:hover .mt-8 .block:hover{
|
||||||
|
border-radius: 0;
|
||||||
|
border-width: 1px;
|
||||||
|
background-color: #FDFFE5;
|
||||||
|
border-color: #EFFF33;
|
||||||
|
}
|
||||||
|
|
||||||
#content-area .mt-8 .rounded-xl{
|
#content-area .mt-8 .rounded-xl{
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user