File tree Expand file tree Collapse file tree 4 files changed +51
-43
lines changed Expand file tree Collapse file tree 4 files changed +51
-43
lines changed Original file line number Diff line number Diff line change 7
7
Please replace this if you want to add your own css frameworks -->
8
8
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aui/9.5.1/aui/aui-prototyping.min.css" />
9
9
<link rel="stylesheet" href="/public/css/main.css" media="all">
10
- <link rel="stylesheet" href="/public/css/sidebar.css" media="all">
11
- <link rel="stylesheet" href="/public/css/back-nav.css" media="all">
12
10
13
11
<!-- This script is needed for all the views in the Connect app -->
14
12
<script src="https://connect-cdn.atl-paas.net/all.js" data-options="sizeToParent:true" async></script>
15
13
</head>
16
14
17
15
<body>
18
16
<section class="ac-content">
17
+ <button class="aui-button aui-button-subtle" id="feedback-button" onclick="window.open('https://github.com/atlassian/atlassian-connect-example-app-node/issues/new/choose')">
18
+ <span class="aui-icon aui-icon-small aui-iconfont-feedback">Feedback</span>
19
+ Give Feedback
20
+ </button>
19
21
{{* it.content }}
20
22
</section>
21
23
<script src="/public/js/index.js"></script>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.ac-content {
6
+ position : relative;
6
7
display : flex;
7
8
font-size : 14px ;
8
9
line-height : 1.7 ;
9
10
height : 100% ;
11
+ margin : 1.6em 2.6em ;
10
12
}
11
13
12
- .ac-content > div {
13
- padding : 1.6em 2.6em ;
14
+ # feedback-button {
15
+ position : absolute;
16
+ top : 0 ;
17
+ right : 0 ;
14
18
}
15
19
16
20
.link-span : first-of-type {
44
48
background : # 000 ;
45
49
}
46
50
51
+
52
+ /* SIDEBAR */
53
+ .acn-sidebar {
54
+ list-style : none;
55
+ padding : 1.6em 1.5em ;
56
+ width : 50% ;
57
+ max-width : 220px ;
58
+ border-right : 1px solid # efeff2 ;
59
+ }
60
+
61
+ .acn-sidebar-submenu {
62
+ margin-top : 0 ;
63
+ list-style : none;
64
+ padding-left : 1.2em ;
65
+ }
66
+
67
+ .aui-button-link {
68
+ color : # 172b4d ;
69
+ }
70
+
71
+ .aui-button-link : hover , .aui-button-link .selected {
72
+ color : # 0052cc ;
73
+ }
74
+
75
+ /* BACK NAV */
76
+ .acn-header {
77
+ cursor : pointer;
78
+ display : flex;
79
+ align-items : center;
80
+ color : # 5E6C84 ;
81
+ font-size : 0.9rem ;
82
+ margin-bottom : 1.5em ;
83
+ }
84
+
85
+ .acn-header > .aui-icon {
86
+ margin-right : 0.12em ;
87
+ }
88
+
89
+ .acn-header-text : hover {
90
+ text-decoration : underline;
91
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments