Skip to content

Commit b2c0423

Browse files
Finalise Group Details page (CircuitVerse#1478)
1 parent faea536 commit b2c0423

File tree

11 files changed

+649
-269
lines changed

11 files changed

+649
-269
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ Style/ClassAndModuleChildren:
247247
Enabled: false
248248

249249
RSpec/MultipleExpectations:
250-
Max: 4
250+
Max: 5
Loading

app/assets/stylesheets/components.scss

+24
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,30 @@
7474
height: 40px;
7575
}
7676

77+
//modals
78+
.custom-modal-dialog {
79+
border-radius: 4px;
80+
box-shadow: none;
81+
padding-right: 0;
82+
}
83+
84+
.custom-modal-header {
85+
background-color: $green;
86+
border: 1px solid $green;
87+
box-shadow: none;
88+
height: 65px;
89+
width: 499px;
90+
91+
.modal-title {
92+
color: $white;
93+
}
94+
95+
.close {
96+
color: $white;
97+
opacity: 1;
98+
}
99+
}
100+
77101
//breakpoints
78102
@media (max-width:$small-display) {
79103
.about-button-primary-container {

0 commit comments

Comments
 (0)