Commit b8b262fd authored by Sergey Serov's avatar Sergey Serov

insert color on component

parent b4490aec
...@@ -329,19 +329,19 @@ div#logo img{ ...@@ -329,19 +329,19 @@ div#logo img{
height: 100%; height: 100%;
} }
#equipment .object{ #equipment .object{
width: 10%; width: 19%;
color: white; color: white;
} }
#equipment .object p{ #equipment .object p{
border-radius: 7px; border-radius: 7px;
padding: 13px; padding: 13px;
margin: 3px; margin: 3px;
background-color: chartreuse; background-color: rgba(0, 174, 255, 0.3);
} }
#equipment .info{ #equipment .info{
overflow-y: scroll; overflow-y: scroll;
max-height: 69vh; max-height: 69vh;
width: 89%; width: 79%;
} }
</style> </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