Design right sidebar of problem and organization home page
This commit is contained in:
parent
d7cc620a0a
commit
f1fb107ba5
8 changed files with 276 additions and 220 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
&.small {
|
||||
min-height: auto;
|
||||
padding: calc(.5rem - 1px) calc(1rem - 1px);
|
||||
padding: calc(.5rem - 1px) calc(0.5rem - 1px);
|
||||
}
|
||||
|
||||
&.btn-gray {
|
||||
|
@ -792,10 +792,34 @@ ul.errorlist {
|
|||
align-self: center !important;
|
||||
}
|
||||
|
||||
.a-problem {
|
||||
font-size: 15px;
|
||||
line-height: 1.8;
|
||||
.link-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 6px;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
text-decoration: none;
|
||||
|
||||
i {
|
||||
width: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $theme_color;
|
||||
background-color: #f8f8f2;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue