2015-11-22 16:45:27 +03:00
|
|
|
@import '../../common/styles/variables';
|
2015-11-29 20:24:46 +03:00
|
|
|
@import '../../common/styles/share-link';
|
2015-11-22 16:45:27 +03:00
|
|
|
|
2015-10-10 16:01:41 +03:00
|
|
|
method {
|
2015-10-15 20:06:16 +03:00
|
|
|
padding-bottom: 100px;
|
2015-10-10 16:01:41 +03:00
|
|
|
display: block;
|
2015-11-27 23:05:14 +03:00
|
|
|
border-bottom: 2px solid rgba(127, 127, 127, 0.25);
|
2015-10-21 14:07:22 +03:00
|
|
|
}
|
|
|
|
|
2015-10-29 00:37:16 +03:00
|
|
|
.tag-info {
|
|
|
|
padding: 0 20px;
|
|
|
|
box-sizing: border-box;
|
2015-10-30 13:03:13 +03:00
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-info:after, .tag-info:before {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
2015-10-29 00:37:16 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.tag-info h1 {
|
2015-11-22 16:45:27 +03:00
|
|
|
color: $headers-color;
|
2015-10-29 00:37:16 +03:00
|
|
|
text-transform: capitalize;
|
2015-11-17 01:03:49 +03:00
|
|
|
font-weight: bold;
|
2015-10-29 00:37:16 +03:00
|
|
|
}
|
|
|
|
|
2015-10-21 14:07:22 +03:00
|
|
|
.methods {
|
|
|
|
display: block;
|
|
|
|
position: relative;;
|
|
|
|
}
|
|
|
|
|
|
|
|
.methods:before {
|
|
|
|
content: "";
|
2015-11-22 16:45:27 +03:00
|
|
|
background: $samples-panel-bg-color;
|
2015-10-21 14:07:22 +03:00
|
|
|
height: 100%;
|
2015-11-22 16:45:27 +03:00
|
|
|
width: $samples-panel-width;
|
2015-10-21 14:07:22 +03:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
z-index: -1;
|
2015-10-10 16:01:41 +03:00
|
|
|
}
|