Commit b8b262fd authored by Sergey Serov's avatar Sergey Serov

insert color on component

parent b4490aec
......@@ -329,19 +329,19 @@ div#logo img{
height: 100%;
}
#equipment .object{
width: 10%;
width: 19%;
color: white;
}
#equipment .object p{
border-radius: 7px;
padding: 13px;
margin: 3px;
background-color: chartreuse;
background-color: rgba(0, 174, 255, 0.3);
}
#equipment .info{
overflow-y: scroll;
max-height: 69vh;
width: 89%;
width: 79%;
}
</style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment