Difference between revisions of "Team:Oxford/css"

Line 7: Line 7:
 
*{
 
*{
 
   border-radius: 0 !important;
 
   border-radius: 0 !important;
 +
}
 +
 +
.dropdown-menu {
 +
 +
  border: none;
 +
  border-radius: 0;
 +
  -webkit-box-shadow: none;
 +
  box-shadow: none;
 +
  background-color: #f2f2f2;
 
}
 
}
  

Revision as of 09:18, 20 August 2018

  • !
* Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
*/
  • {
  border-radius: 0 !important;

}

.dropdown-menu {

  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;

}

body {

 padding-top: 54px;

}

@media (min-width: 992px) {

 body {
   padding-top: 56px;
 }

}

.card {

 height: 100%;

}

header {

 padding: 154px 0 100px;

}

@media (min-width: 992px) {

 header {
   padding: 156px 0 100px;
 }

}

section {

 padding: 150px 0;

}

  1. services {
 background-color: #f2f2f2;
 height: 100%;

}