Skip to content

Commit ed9ed48

Browse files
committed
fix for button in modal
1 parent d89ea1d commit ed9ed48

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

app/assets/css/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/sass/main.scss

+11-1
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ button.rtp-lb-close {
14041404
background: #FFF;
14051405
padding: 20px;
14061406
width: auto;
1407-
max-width: 500px;
1407+
max-width: 600px;
14081408
margin: 20px auto;
14091409

14101410
.rtm-modal-title{
@@ -1429,5 +1429,15 @@ button.rtp-lb-close {
14291429
min-width: 90px;
14301430
display:inline-block;
14311431
}
1432+
& > div button {
1433+
font-size: 13px;
1434+
color : #777;
1435+
padding: 6px 14px;
1436+
background: #fff;
1437+
border : 1px solid #c1c1c1;
1438+
&:hover {
1439+
background: #EDEDED;
1440+
}
1441+
}
14321442

14331443
}

0 commit comments

Comments
 (0)