Gears of War Esports Wiki
(Automatically syncing global gadgets across wikis)
 
m (Automatically syncing global gadgets across wikis)
 
Line 9: Line 9:
 
margin-left:5px;
 
margin-left:5px;
 
}
 
}
  +
  +
/* Moving stuff out of p-cactions */
  +
#p-views > li > a {
  +
text-transform: uppercase;
  +
color:var(--link);
  +
font-weight:600;
  +
font-size:13px;
  +
}
  +
  +
#p-views > li::marker {
  +
content:'';
  +
}
  +
  +
#p-views {
  +
display:flex;
  +
align-items:center;
  +
gap:1em;
  +
}
  +
  +
#ca-edit.page-header__action-button {
  +
margin:0;
  +
padding:0;
  +
display:flex;
  +
align-items:bottom;
  +
}
  +
/* End moving stuff out of p-cactions */

Latest revision as of 05:32, 1 September 2021

.loading-circle {
    border: 2px solid var(--wiki-accent); /* Light grey */
    border-top: 2px solid var( --interface-border); /* Blue */
    border-radius: 50%;
    width: 7px;
    height: 7px;
    animation: spin 2s linear infinite;
    display:inline-block;
    margin-left:5px;
}

/* Moving stuff out of p-cactions */
#p-views > li > a {
	text-transform: uppercase;
  color:var(--link);
  font-weight:600;
  font-size:13px;
}

#p-views > li::marker {
  content:'';
}

#p-views {
  display:flex;
  align-items:center;
  gap:1em;
}

#ca-edit.page-header__action-button {
  margin:0;
  padding:0;
  display:flex;
  align-items:bottom;
}
/* End moving stuff out of p-cactions */