1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-23 12:31:06 -05:00
bitwarden/docs/shared.views.dsl
Matt Gibson 8a7fa35fc6
Establish shared ownership of root bitwarden system workspace
This is a first pass at structure that will undoubtedly evolve. It's likely further systems will be identified and linked in as we go forward
2025-05-06 15:01:03 -07:00

33 lines
484 B
Plaintext

styles {
theme default
element "Element" {
color #3c3b3b
}
element "Person" {
background #d34407
shape person
}
element "Container" {
background #f88728
}
element "MSP" {
background #3107d3
}
element "Queue" {
shape pipe
}
element "Mobile" {
shape mobileDevicePortrait
}
element "Web" {
shape webBrowser
}
element "Database" {
shape cylinder
}
element "External" {
color #000000
background #b5b5b5
}
}