2020-01-29 02:25:47 +02:00
|
|
|
.ProjectName {
|
2020-01-15 20:42:02 +05:00
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
border: none;
|
2020-01-29 02:25:47 +02:00
|
|
|
height: 2.5rem;
|
|
|
|
line-height: 2.5rem;
|
|
|
|
padding: 0 0.5rem;
|
2020-01-15 20:42:02 +05:00
|
|
|
white-space: nowrap;
|
|
|
|
border-radius: var(--space-factor);
|
|
|
|
}
|
|
|
|
|
2020-01-29 02:25:47 +02:00
|
|
|
.ProjectName:hover {
|
2020-01-15 20:42:02 +05:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2020-01-29 02:25:47 +02:00
|
|
|
.ProjectName:focus {
|
2020-01-15 20:42:02 +05:00
|
|
|
outline: none;
|
|
|
|
box-shadow: 0 0 0 2px steelblue;
|
|
|
|
}
|