mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
48 lines
632 B
CSS
48 lines
632 B
CSS
.install-btn, .open-btn {
|
|
color: white;
|
|
min-width: 100px;
|
|
border: 1px solid black;
|
|
padding: 5px 10px 5px 10px;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
user-select: none;
|
|
text-align: center;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.install-btn {
|
|
background-color: mediumseagreen;
|
|
}
|
|
|
|
.open-btn {
|
|
background-color: cornflowerblue;
|
|
}
|
|
|
|
.mirantis-logo {
|
|
width: 128px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.stars {
|
|
user-select: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.checked {
|
|
color: orange;
|
|
}
|
|
|
|
.extension-info {
|
|
display: flex;
|
|
}
|
|
|
|
.extension-info > div {
|
|
margin-right: 6px;
|
|
margin-top: 7px;
|
|
}
|