1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-26 00:29:47 +02:00
documize/gui/app/styles/view/document/history.scss

28 lines
488 B
SCSS
Raw Normal View History

2017-03-08 17:32:46 +00:00
.zone-document-history {
margin-left: 60px;
padding: 20px 60px;
z-index: 777;
position: relative;
.diff-zone {
@extend .transition-all;
@include border-radius(2px);
@include ease-in();
2016-11-30 17:56:36 -08:00
position: relative;
2017-03-08 17:32:46 +00:00
padding: 25px 50px;
box-shadow: 0 0 0 0.75pt $color-stroke,0 0 3pt 0.75pt $color-stroke;
background-color: $color-white;
2016-11-30 17:56:36 -08:00
2017-03-08 17:32:46 +00:00
> .canvas {
padding: 0;
2016-11-30 17:56:36 -08:00
}
2017-03-09 12:51:21 +00:00
}
2016-11-30 17:56:36 -08:00
2017-03-09 12:51:21 +00:00
.revision-picker {
width: 300px;
float: left;
margin-top: 10px;
display: inline-block;
2016-11-30 17:56:36 -08:00
}
}