mirror of https://github.com/Requarks/wiki.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1000 B
59 lines
1000 B
.history {
|
|
|
|
&-title {
|
|
border-top: 1px solid mc('blue-grey', '900');
|
|
padding: 8px;
|
|
color: mc('blue-grey', '800');
|
|
font-size: 13px;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
background-color: mc('blue-grey', '100');
|
|
text-align: center;
|
|
box-shadow: 0 0 5px rgba(0,0,0,0.3);
|
|
}
|
|
|
|
&-info {
|
|
background-color: mc('blue-grey', '50');
|
|
padding: 5px 10px;
|
|
|
|
&-meta {
|
|
i {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
p {
|
|
padding: 5px 0;
|
|
font-size: 14px;
|
|
color: mc('blue-grey', '800');
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
&-actions {
|
|
display: flex;
|
|
flex-basis: initial;
|
|
flex-grow: initial;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.button-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
&-diff {
|
|
position: relative;
|
|
|
|
.d2h-wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
}
|
|
|
|
}
|