mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +00:00
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
|
.selfServeComponentContainer {
|
||
|
text-transform: none;
|
||
|
line-height: 1.28581;
|
||
|
letter-spacing: 0;
|
||
|
font-size: 14px;
|
||
|
font-weight: 400;
|
||
|
color: #182026;
|
||
|
height: 100%;
|
||
|
min-height: 100vh;
|
||
|
width: 100%;
|
||
|
background-color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 0;
|
||
|
}
|