blob: 4a6ac986168635166e6d1827b84fba742c530922 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001
2.portfolio-header {
3 position: relative;
4 background-color: #D8D8D8;
5 background-image: url(images/header-bg.jpg);
6}
7
8.portfolio-header .mdl-layout__header-row {
9 padding: 0;
10 -webkit-justify-content: center;
11 -ms-flex-pack: center;
12 justify-content: center;
13}
14
15.portfolio-navigation-row {
16 background-color: rgba(0, 0, 0, 0.08);
17 text-transform: uppercase;
18 height: 45px;
19}
20
21.portfolio-navigation-row .mdl-navigation {
22 text-align: center;
23 max-width: 900px;
24 width: 100%;
25}
26
27.portfolio-navigation-row .mdl-navigation__link {
28 -webkit-flex: 1;
29 -ms-flex: 1;
30 flex: 1;
31 line-height: 42px;
32}
33
34.portfolio-header .mdl-layout__drawer-button {
35 background-color: rgba(197, 197, 197, 0.44);
36}
37
38.portfolio-navigation-row .is-active {
39 position: relative;
40 font-weight: bold;
41}
42
43.portfolio-navigation-row .is-active:after {
44 content: "";
45 width: 70%;
46 height: 2px;
47 display: block;
48 position: absolute;
49 bottom: 0;
50 left: 0;
51 background-color: rgb(255,64,129);
52 left: 15%;
53}
54
55
56img.article-image {
57 width: 100%;
58 height: auto;
59}
60
61.portfolio-max-width {
62 max-width: 900px;
63 margin: auto;
64}
65
66.portfolio-copy {
67 max-width: 700px;
68}
69
70.portfolio-card .mdl-card__title {
71 padding-bottom: 0;
72}
73
74.no-padding {
75 padding: 0;
76}
77
78.no-left-padding{
79 padding-left: 0;
80}
81
82.no-bottom-padding {
83 padding-bottom: 0;
84}
85
86.padding-top {
87 padding: 10px 0 0;
88}
89
90.portfolio-share-btn {
91 position: relative;
92 float: right;
93 top: -4px;
94}
95
96.demo-card-event > .mdl-card__actions {
97 -webkit-align-items: center;
98 -ms-flex-align: center;
99 align-items: center;
100 box-sizing: border-box;
101 display: -webkit-flex;
102 display: -ms-flexbox;
103 display: flex;
104}
105
106.portfolio-contact .mdl-textfield {
107 width: 100%;
108}
109
110.portfolio-contact form {
111 max-width: 700px;
112 margin: auto;
113}