2016-05-06 00:48:41 +03:00
|
|
|
@import '../../shared/styles/variables';
|
|
|
|
@import '../../shared/styles/share-link';
|
2015-11-22 16:45:27 +03:00
|
|
|
|
2015-10-29 00:37:16 +03:00
|
|
|
.tag-info {
|
2016-03-01 21:08:02 +03:00
|
|
|
padding: 40px;
|
2015-10-29 00:37:16 +03:00
|
|
|
box-sizing: border-box;
|
2015-10-30 13:03:13 +03:00
|
|
|
background-color: white;
|
2016-03-14 23:27:07 +03:00
|
|
|
width: 60%;
|
2016-03-15 00:25:57 +03:00
|
|
|
|
|
|
|
@media (max-width: 1100px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2015-10-30 13:03:13 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2016-01-23 01:17:36 +03:00
|
|
|
font-weight: normal;
|
2015-10-29 00:37:16 +03:00
|
|
|
}
|
|
|
|
|
2015-10-21 14:07:22 +03:00
|
|
|
.methods {
|
|
|
|
display: block;
|
|
|
|
position: relative;;
|
|
|
|
}
|